Navigation
Unreal Engine C++ API Reference > Runtime > AnimGraphRuntime > BoneControllers > FAnimNode_Trail
Syntax
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 ).