Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraMeshRendererProperties
Syntax
UPROPERTY (EditAnywhere, Category="Mesh Rendering",
Meta=(EditCondition="bEnableMeshFlipbook && FirstFlipbookFrame != nullptr", EditConditionHides, ClampMin=1, ClampMax=10, NoSpinbox=true, DisplayAfter="bEnableMeshFlipbook"))
uint32 FlipbookSuffixNumDigits
Remarks
The number of digits to expect in the frame number of the flipbook page. A value of 1 will expect no leading zeros in the package names, and can also be used for names with frame numbers that extend to 10 and beyond (Example: Frame_1, Frame_2, ..., Frame_10, Frame_11, etc.)