Navigation
API > API/Plugins > API/Plugins/GameInputBase
Key types that are unique to the Game Input plugin These keys are added on module startup of the Game Input module.
HEY, LISTEN! If you add or otherwise modify these keys, make sure the change is reflected in FGameInputBaseModule::InitializeGameInputKeys.
| Name | FGameInputKeys |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Public/GameInputKeyTypes.h |
| Include Path | #include "GameInputKeyTypes.h" |
Syntax
struct FGameInputKeys
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArcadeStick_Action1 | const FKey | Button Types. | GameInputKeyTypes.h |
| ArcadeStick_Action2 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Action3 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Action4 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Action5 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Action6 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Special1 | const FKey | GameInputKeyTypes.h | |
| ArcadeStick_Special2 | const FKey | GameInputKeyTypes.h | |
| FlightStick_FirePrimary | const FKey | GameInputKeyTypes.h | |
| FlightStick_FireSecondary | const FKey | GameInputKeyTypes.h | |
| FlightStick_Menu | const FKey | GameInputKeyTypes.h | |
| FlightStick_None | const FKey | Button types. | GameInputKeyTypes.h |
| FlightStick_Pitch | const FKey | GameInputKeyTypes.h | |
| FlightStick_Roll | const FKey | Analog types. | GameInputKeyTypes.h |
| FlightStick_Throttle | const FKey | GameInputKeyTypes.h | |
| FlightStick_View | const FKey | GameInputKeyTypes.h | |
| FlightStick_Yaw | const FKey | GameInputKeyTypes.h | |
| RacingWheel_Brake | const FKey | Analog types. | GameInputKeyTypes.h |
| RacingWheel_Clutch | const FKey | GameInputKeyTypes.h | |
| RacingWheel_Handbrake | const FKey | GameInputKeyTypes.h | |
| RacingWheel_Menu | const FKey | GameInputKeyTypes.h | |
| RacingWheel_NextGear | const FKey | GameInputKeyTypes.h | |
| RacingWheel_None | const FKey | Button types. | GameInputKeyTypes.h |
| RacingWheel_PatternShifterGear | const FKey | GameInputKeyTypes.h | |
| RacingWheel_PreviousGear | const FKey | GameInputKeyTypes.h | |
| RacingWheel_Throttle | const FKey | GameInputKeyTypes.h | |
| RacingWheel_View | const FKey | GameInputKeyTypes.h | |
| RacingWheel_Wheel | const FKey | GameInputKeyTypes.h |