Navigation
API > API/Plugins > API/Plugins/EnhancedInput
| Name | EInputAxisSwizzle |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include Path | #include "InputModifiers.h" |
Syntax
enum EInputAxisSwizzle
{
YXZ,
ZYX,
XZY,
YZX,
ZXY,
}
Values
| Name | Remarks |
|---|---|
| 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. |