Navigation
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 |