Navigation
API > API/Runtime > API/Runtime/AnimationCore
| Name | EEulerRotationOrder |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/EulerTransform.h |
| Include Path | #include "EulerTransform.h" |
Syntax
enum EEulerRotationOrder
{
XYZ,
XZY,
YXZ,
YZX,
ZXY,
ZYX,
}
Values
| Name | Remarks |
|---|---|
| XYZ | |
| XZY | |
| YXZ | |
| YZX | |
| ZXY | |
| ZYX |