EInputAxisSwizzle

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h

Include

#include "InputModifiers.h"

Syntax

enum EInputAxisSwizzle
{
    YXZ,
    ZYX,
    XZY,
    YZX,
    ZXY,
}

Values

Name

Description

YXZ

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

ZYX

Swap X and Z axis.

XZY

Swap Y and Z axis.

YZX

Reorder all axes, Y first.

ZXY

Reorder all axes, Z first.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss