Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime
| |
|
| Name |
EPelvisHeightMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/AnimationWarping/Source/Runtime/Public/BoneControllers/AnimNode_FootPlacement.h |
| Include Path |
#include "BoneControllers/AnimNode_FootPlacement.h" |
Syntax
enum EPelvisHeightMode
{
AllLegs,
AllPlantedFeet,
FrontPlantedFeetUphill_FrontFeetDownhill,
}
Values
| Name |
Remarks |
| 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. |