Navigation
API > API/Developer > API/Developer/AnimationWidgets
| Name | ESlateTransformSubComponent::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h |
| Include Path | #include "SAdvancedRotationInputBox.h" |
Syntax
namespace ESlateTransformSubComponent
{
enum Type
{
X,
Y,
Z,
W,
Angle,
Pitch,
Yaw,
Roll,
Max,
}
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Z | |
| W | |
| Angle | |
| Pitch | |
| Yaw | |
| Roll | |
| Max |