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
USTRUCT&40;BlueprintType&41;
struct FKeyMappingRow
Remarks
Stores all mappings bound to a single mapping name.
Since a single mapping can have multiple bindings to it and this system should be Blueprint friendly, this needs to be a struct (blueprint don't support nested containers).
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FPlayerKeyMapping > | Mappings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if this row has any mappings in it |