unreal.InputAxisSwizzle

class unreal.InputAxisSwizzle

Bases: unreal.EnumBase

EInput Axis Swizzle

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputModifiers.h

XZY

Swap Y and Z axis

Type

2

YXZ

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

Type

0

YZX

Reorder all axes, Y first

Type

3

ZXY

Reorder all axes, Z first

Type

4

ZYX

Swap X and Z axis

Type

1