Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UserSettings
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/UserSettings/EnhancedInputUserSettings.h |
| Include | #include "UserSettings/EnhancedInputUserSettings.h" |
Syntax
enum EPlayerMappableKeySlot
&123;
First = 0,
Second,
Third,
Fourth,
Fifth,
Sixth,
Seventh,
Unspecified,
Max,
&125;
Values
| Name | Description |
|---|---|
| First | The first key slot. |
| Second | The second mappable key slot. This is the default max in the project settings. |
| Third | |
| Fourth | |
| Fifth | |
| Sixth | |
| Seventh | |
| Unspecified | A key that isn't in any slot. |
| Max |
Remarks
The "Slot" that a player mappable key is in. Used by UI to allow for multiple keys to be bound by the player for a single player mapping
| Slot 1 | Slot 2 | Slot 3 | Slot.... N |