This happens because the Collections module isn't loaded when the FFrontendFilter_TextFilterExpressionContext instance is created:
, CollectionManager(FCollectionManagerModule::IsModuleAvailable() ? &FCollectionManagerModule::GetModule().Get() : nullptr)
In addition, this check in the FFrontendFilter_TextFilterExpressionContext should not really include the bool, as the AssetCollectionNames list is used by the explicit Collection and Tag keys, and those should work even if bIncludeCollectionNames is false, as that bool is only supposed to control what simple searches test against.
if (bIncludeCollectionNames && CollectionManager)
Expected: There are results.
Workaround: Close and re-open the Content Browser.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-70917 in the post.
0 |
Component | UE - Editor - Content Pipeline - Content Browser |
---|---|
Affects Versions | 4.22 |
Target Fix | 4.22 |
Created | Mar 2, 2019 |
---|---|
Resolved | Mar 3, 2019 |
Updated | Mar 23, 2019 |