Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime > API/Plugins/AnimationWarpingRuntime/BoneControllers > API/Plugins/AnimationWarpingRuntime/BoneControllers/FAnimNode_StrideWarping
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=Evaluation,
Meta=(ClampMin="0.0", PinShownByDefault))
float LocomotionSpeed
Remarks
Locomotion speed, specifying the current speed of the character This will be used in the following equation for computing the stride scale: [StrideScale = (LocomotionSpeed / RootMotionSpeed)] Note: This speed should be relative to the delta time of the animation graph
Stride scale is a value specifying the amount of warping applied to the IK foot definitions Example: A value of 0.5 will decrease the effective leg stride by half, while a value of 2.0 will double it