Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| |
|
| Module |
EnhancedInput |
| Header |
/Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include |
#include "InputModifiers.h" |
Syntax
enum EInputAxisSwizzle
&123;
YXZ,
ZYX,
XZY,
YZX,
ZXY,
&125;
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. |