Navigation
API > API/Plugins > API/Plugins/GameInputBase
Inheritance Hierarchy
- UPlatformSettings
- UGameInputPlatformSettings
References
| |
|
| Module |
GameInputBase |
| Header |
/Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Public/GameInputDeveloperSettings.h |
| Include |
#include "GameInputDeveloperSettings.h" |
Syntax
UCLASS (Config=Input, defaultconfig)
class UGameInputPlatformSettings : public UPlatformSettings
Settings for Game Input that you may want to set per-platform.
Variables
| |
Type |
Name |
Description |
 |
bool |
bProcessArcadeStick |
If true, then we will process the GameInputKindArcadeStick type. |
 |
bool |
bProcessController |
If true Game Input will process controller axis, button, and switch events |
Default: False |
 |
bool |
bProcessFlightStick |
If true, then we will process the GameInputKindFlightStick type. |
 |
bool |
bProcessGamepad |
If true, then we will process the GameInputKindGamepad type. |
 |
bool |
bProcessKeyboard |
If true, then we will process the GameInputKindKeyboard type. |
 |
bool |
bProcessMouse |
If true, then we will process the GameInputKindMouse type. |
 |
bool |
bProcessRacingWheel |
If true, then we will process the GameInputKindRacingWheel type. |
 |
bool |
bProcessRawInput |
If true, then we will process the GameInputKindRawDeviceReport type. |
Default: False |
 |
bool |
bSpecialDevicesRequireExplicitDeviceConfiguration |
If true, then we will only process controller devices whose vendor/product ID is in the DeviceConfigurations array. |
 |
float |
FlightStickPitchDeadzone |
Deadzone which should be used for Flight Stick Pitch inputs |
 |
float |
FlightStickRollDeadzone |
Deadzone which should be used for Flight Stick Roll inputs |
 |
float |
FlightStickThrottleDeadzone |
Deadzone which should be used for Flight Stick Throttle inputs |
 |
float |
FlightStickYawDeadzone |
Deadzone which should be used for Flight Stick Yaw inputs |
 |
float |
RacingWheelDeadzone |
The deadzone that should be applied when processing Racing Wheel analog values. |
Functions
Constants