ERotationComponent

A rotational component. This is used for retargeting, for example.

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/CommonAnimationTypes.h

Include

#include "CommonAnimationTypes.h"

Syntax

enum ERotationComponent
{
    EulerX,
    EulerY,
    EulerZ,
    QuaternionAngle,
    SwingAngle,
    TwistAngle,
}

Values

Name

Description

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.

Remarks

A rotational component. This is used for retargeting, for example.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss