ESlateRotationRepresentation::Type

Unreal Engine C++ API Reference > Developer > AnimationWidgets

References

   
Module AnimationWidgets
Header /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h
Include #include "SAdvancedRotationInputBox.h"

Syntax

namespace ESlateRotationRepresentation  
{  
    enum Type  
    {  
        EulerXYZ,  
        EulerXZY,  
        EulerYXZ,  
        EulerYZX,  
        EulerZXY,  
        EulerZYX,  
        Rotator,  
        Quaternion,  
        AxisAndAngle,  
        Max,  
    }  
}  

Values

Name Description
EulerXYZ  
EulerXZY  
EulerYXZ  
EulerYZX  
EulerZXY  
EulerZYX  
Rotator  
Quaternion  
AxisAndAngle  
Max  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library