Navigation
API > API/Runtime > API/Runtime/Engine
Enum for specifying a specific axis of a bone
| Name | EBoneAxis |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
enum EBoneAxis
{
BA_X,
BA_Y,
BA_Z,
}
Values
| Name | Remarks |
|---|---|
| BA_X | |
| BA_Y | |
| BA_Z |