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 FPlayerMappableKeyProfileCreationArgs
Remarks
Arguments that can be used when creating a new mapping profile
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bSetAsCurrentProfile | ||
| FText | DisplayName | The display name of this profile | |
| FGameplayTag | ProfileIdentifier | The uniqiue identifier that this profile should have | |
| TSubclassOf< UEnhancedPlayerMappableKeyProfile > | ProfileType | ||
| FPlatformUserId | UserId | The user ID of the ULocalPlayer that this profile is associated with |
Constructors
| Type | Name | Description | |
|---|---|---|---|