Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputDeveloperSettings.h |
| Include | #include "EnhancedInputDeveloperSettings.h" |
Syntax
USTRUCT ()
struct FDefaultContextSetting
Remarks
Represents a single input mapping context and the priority that it should be applied with
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddImmediately | If true, then this IMC will be applied immediately when the EI subsystem is ready | |
| bool | bRegisterWithUserSettings | If true, then this IMC will be registered with the User Input Settings (if one is available) immediately when the Enhanced Input subsystem starts. | |
| TSoftObjectPtr< const UInputMappingContext > | InputMappingContext | Input Mapping Context that should be Added to the EnhancedInputEditorSubsystem when it starts listening for input | |
| int32 | Priority | The prioirty that should be given to this mapping context when it is added |