If you look at the static method FilterByFloatRange inside AssetRegistryActor.cpp, you can see that the asset registry filter is set to recursively search paths and classes. It is also set to exclude the UObjectLibrary class. However, after the search has been performed, the search results still include the object library asset that was used to initiate the search.
Result:
Output Log prints a line stating that the object library asset is included in the search results.
Expected result:
The object library asset is not included in the search results.
Head over to the existing Questions & Answers thread and let us know what's up.