Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime
| Name | UE::Anim::FootPlacement::EPlantType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/AnimationWarping/Source/Runtime/Public/BoneControllers/AnimNode_FootPlacement.h |
| Include Path | #include "BoneControllers/AnimNode_FootPlacement.h" |
Syntax
namespace UE
{
namespace Anim
{
namespace FootPlacement
{
enum EPlantType
{
Unplanted,
Planted,
Replanted,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Unplanted | |
| Planted | |
| Replanted |