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 EPelvisHeightMode
{
AllLegs,
AllPlantedFeet,
FrontPlantedFeetUphill_FrontFeetDownhill,
}
Values
| Name | Description |
|---|---|
| AllLegs | Consider all legs for pelvis height, whether they're planted or not Generally good for flat/not too steep ground |
| AllPlantedFeet | Consider only the planted feet when calculating pelvis height Generally good we pelvis height to be defined by the weight supporting leg |
| FrontPlantedFeetUphill_FrontFeetDownhill | When moving uphill, use the front foot, as long as it's planted. |