FPropertyEditorInlineClassFilter IsUnloadedClassAllowed and IsClassAllowed use the confusing IsA semantics. In the IsUnloadedClassAllowed, the usage seems wrong completely.
It seems like the real intention is to verify that the passed in class is derived from the appropriate type AND the chain of owning objects must satisfy an IsA relationship with the "ClassWithin" member of the passed in class (i.e. the class is correct, and can be contained within the given classes).
This doesn't work at all for the UnloadedCase, as the check used (FClassViewerFilterFuncs::IfMatchesAll_ObjectsSetIsAClass) only checks against UBlueprintGeneratedClass (which means any native class will fail).
Expected: Both times TIObject is expanded, TestInstancedObjectBP should be in the class list.
Actual: TestInstancedObjectBP is not in the class list until the associated blueprint has been loaded.
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
How do I set a material as a post-processing material?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What is the difference between Camera and CineCamera?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-43098 in the post.