Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers > API/Runtime/AnimGraphRuntime/BoneControllers/FAnimNode_Trail
Syntax
UPROPERTY (EditAnywhere, Category=Limit)
float MaxDeltaTime
Remarks
To avoid hitches causing stretch of trail, you can use MaxDeltaTime to clamp the long delta time. If you want 30 fps to set it to 0.03333f ( = 1/30 ).