![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type { None = 0 , X = 1 << 0 , Y = 1 << 1 , Z = 1 << 2 , Screen = 1 << 3 , XY = X | Y , XZ = X | Z , YZ = Y | Z , XYZ = X | Y | Z , All = XYZ | Screen , ZRotation = YZ , Rotate2D = Screen , Left = 1 << 4 , Up = 1 << 5 , Forward = 1 << 6 , LU = Left | Up , LF = Left | Forward , UF = Up | Forward , LeftUpForward = Left | Up | Forward } |
Functions | |
| EAxisList::Type | FromAxis (const EAxis::Type InAxis, const EAxisList::Type InAxisCoordinateSystem=EAxisList::XYZ) |
|
inline |