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&40;&41;
struct FDefaultContextSetting
Remarks
Represents a single input mapping context and the priority that it should be applied with
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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 |