Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime > API/Plugins/AnimationWarpingRuntime/BoneControllers
References
| Module | AnimationWarpingRuntime |
| Header | /Engine/Plugins/Animation/AnimationWarping/Source/Runtime/Public/BoneControllers/AnimNode_FootPlacement.h |
| Include | #include "BoneControllers/AnimNode_FootPlacement.h" |
Syntax
enum EActorMovementCompensationMode
&123;
ComponentSpace,
WorldSpace,
SuddenMotionOnly,
&125;
Values
| Name | Description |
|---|---|
| ComponentSpace | Keep pelvis component-space and follow along all of the actor's vertical ground movement. |
| WorldSpace | Hold pelvis world-space and ignore the actor's vertical ground movement. Let springs interpolate the difference. |
| SuddenMotionOnly | Keep pelvis component-space, but hold world-space transform when the actor does sudden changes (i.e. a big step), and let springs interpolate the difference. |