unreal.InputAxisSwizzle

class unreal.InputAxisSwizzle

Bases: EnumBase

EInput Axis Swizzle

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputModifiers.h

XZY: InputAxisSwizzle

Swap Y and Z axis

Type:

2

YXZ: InputAxisSwizzle

Swap X and Y axis. Useful for binding 1D inputs to the Y axis for 2D actions.

Type:

0

YZX: InputAxisSwizzle

Reorder all axes, Y first

Type:

3

ZXY: InputAxisSwizzle

Reorder all axes, Z first

Type:

4

ZYX: InputAxisSwizzle

Swap X and Z axis

Type:

1