Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Options for an input mapping context being filtered based on the current input mode of the player.
| Name | EMappingContextInputModeFilterOptions |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingContext.h |
| Include Path | #include "InputMappingContext.h" |
Syntax
enum EMappingContextInputModeFilterOptions
{
UseProjectDefaultQuery,
UseCustomQuery,
DoNotFilter,
}
Values
| Name | Remarks |
|---|---|
| UseProjectDefaultQuery | This mapping context should use the project's default input mode query. |
| UseCustomQuery | This mapping context should use a custom input mode query instead of the project default. |
| DoNotFilter | This Input mapping context should not be filtered based on the current mode, effectively ignoring the current mode. |