Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/IEnhancedInputSubsystemInterface
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include | #include "EnhancedInputSubsystemInterface.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedInputSubsystemInterface.cpp |
UFUNCTION (BlueprintCallable, BlueprintCosmetic, Category="Input",
Meta=(AutoCreateRefTerm="Options"))
virtual void RemoveMappingContext
(
const UInputMappingContext * MappingContext,
const FModifyContextOptions & Options
)
Remarks
Remove a specific control context. This is safe to call even if the context is not applied.
Parameters
| Name | Description |
|---|---|
| MappingContext | Context to remove from the player |
| Options | Options to consider when removing this input mapping context |