| bEnabled |
uint8 |
Whether the axis is enabled. |
RawInputSettings.h |
- EditAnywhere
- Category="Axis Properties"
|
| bGamepadStick |
uint8 |
Whether this is a gamepad stick, which means it should scale from -1 to 1 instead of 0 to 1 |
RawInputSettings.h |
- EditAnywhere
- Category="Axis Properties"
- Meta=(EditCondition="bEnabled")
|
| bInverted |
uint8 |
Whether the value of the axis as supplied from the driver should be inverted. |
RawInputSettings.h |
- EditAnywhere
- Category="Axis Properties"
- Meta=(EditCondition="bEnabled")
|
| Key |
FKey |
Which key to emit the values from this axis to. |
RawInputSettings.h |
- EditAnywhere
- Category="Axis Properties"
- Meta=(EditCondition="bEnabled")
|
| Offset |
float |
The amount to offset the axis value by to get the desired range (note that this offset is applied after the value has been inverted). |
RawInputSettings.h |
- EditAnywhere
- Category="Axis Properties"
- Meta=(EditCondition="bEnabled")
|