Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
A rotational component. This is used for retargeting, for example.
| Name | ERotationComponent |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/CommonAnimationTypes.h |
| Include Path | #include "CommonAnimationTypes.h" |
Syntax
enum ERotationComponent
{
EulerX,
EulerY,
EulerZ,
QuaternionAngle,
SwingAngle,
TwistAngle,
}
Values
| Name | Remarks |
|---|---|
| EulerX | Using the X component of the Euler rotation. |
| EulerY | Using the Y component of the Euler rotation. |
| EulerZ | Using the Z component of the Euler rotation. |
| QuaternionAngle | Using the angle of the quaternion. |
| SwingAngle | Using the angle of the swing quaternion. |
| TwistAngle | Using the angle of the twist quaternion. |