A UPaperSprite* property in a class does not show a thumbnail for the property in the Editor. This is different from other asset poperties, such as UTexture* or UStaticMesh*, which do show a thumbnail in the Editor.
The UPaperSprite class does contain meta=(DisplayThumbnail = "true") in its UCLASS, but this metadata does not seem to be getting checked when the Editor is deciding whether or not to display a thumbnail. The metadata in the property's UPROPERTY is checked, but adding the metadata there is an extra step that is not needed for other asset classes.
Regression
No
UPROPERTY(EditDefaultsOnly)
class UPaperSprite* SpritePtr;
RESULT:
The UPaperSprite property does not show a thumbnail.
EXPECTED:
The UPaperSprite property shows a thumbnail.
WORKAROUND:
Add meta=(DisplayThumbnail = "true") to the UPROPERTY for the UPaperSprite property.
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
How does UMG set overlapping layouts?
How to achieve HLSL Multiple Render Target in Material blueprints?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How to properly terminate the DoWork thread function in FAsyncTask?
Head over to the existing Questions & Answers thread and let us know what's up.