UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EAxisList Namespace Reference

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)
 

Enumeration Type Documentation

◆ Type

Enumerator
None 
Screen 
XY 
XZ 
YZ 
XYZ 
All 
ZRotation 
Rotate2D 
Left 
Up 
Forward 
LU 
LF 
UF 
LeftUpForward 

Function Documentation

◆ FromAxis()

EAxisList::Type EAxisList::FromAxis ( const EAxis::Type  InAxis,
const EAxisList::Type  InAxisCoordinateSystem = EAxisList::XYZ 
)
inline