Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraMeshRendererProperties
Syntax
UPROPERTY (EditAnywhere, Category="Mesh Rendering",
Meta=(EditCondition="bEnableMeshFlipbook", EditConditionHides, DisplayAfter="bEnableMeshFlipbook"))
TObjectPtr < UStaticMesh > FirstFlipbookFrame
Remarks
The static mesh to use for the first frame of the flipbook. Its name will also be used to find subsequent frames of a similar name. NOTE: The subsequent frames are expected to exist in the same content directory as the first frame of the flipbook, otherwise they will not be found or used.