ESlateTransformSubComponent::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 ESlateTransformSubComponent  
{  
    enum Type  
    {  
        X,  
        Y,  
        Z,  
        W,  
        Angle,  
        Pitch,  
        Yaw,  
        Roll,  
        Max,  
    }  
}  

Values

Name Description
X  
Y  
Z  
W  
Angle  
Pitch  
Yaw  
Roll  
Max  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library