Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Arguments that can be used when creating a new mapping profile
| Name | FPlayerMappableKeyProfileCreationArgs |
| Type | struct |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/UserSettings/EnhancedInputUserSettings.h |
| Include Path | #include "UserSettings/EnhancedInputUserSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FPlayerMappableKeyProfileCreationArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPlayerMappableKeyProfileCreationArgs () |
UserSettings/EnhancedInputUserSettings.h | ||
| UserSettings/EnhancedInputUserSettings.h | |||
| UserSettings/EnhancedInputUserSettings.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPlayerMappableKeyProfileCreationArgs() |
UserSettings/EnhancedInputUserSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSetAsCurrentProfile | uint8 | UserSettings/EnhancedInputUserSettings.h |
|
|
| DisplayName | FText | The display name of this profile | UserSettings/EnhancedInputUserSettings.h |
|
| ProfileIdentifier | FGameplayTag | The unique identifier that this profile should have | UserSettings/EnhancedInputUserSettings.h |
|
| ProfileStringIdentifier | FString | The unique identifier that this profile should have | UserSettings/EnhancedInputUserSettings.h |
|
| ProfileType | PRAGMA_ENABLE_DEPRECATION_WARNINGS TSubclassOf< UEnhancedPlayerMappableKeyProfile > | UserSettings/EnhancedInputUserSettings.h |
|
|
| UserId | FPlatformUserId | The user ID of the ULocalPlayer that this profile is associated with | UserSettings/EnhancedInputUserSettings.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UserSettings/EnhancedInputUserSettings.h | |||
| UserSettings/EnhancedInputUserSettings.h |