Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Result summary from a QueryMapKeyIn... call.
| Name | EMappingQueryResult |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingQuery.h |
| Include Path | #include "InputMappingQuery.h" |
Syntax
enum EMappingQueryResult
{
Error_EnhancedInputNotEnabled,
Error_InputContextNotInActiveContexts,
Error_InvalidAction,
NotMappable,
MappingAvailable,
}
Values
| Name | Remarks |
|---|---|
| Error_EnhancedInputNotEnabled | Query failed because the player controller being queried is not configured to support enhanced input (PlayerInput is not Enhanced). |
| Error_InputContextNotInActiveContexts | Query failed because the input context being queried against is not part of the active context list. |
| Error_InvalidAction | Query failed because the action being queried against is None/null. |
| NotMappable | Mapping cannot be applied due to blocking issues. Check OutIssues for details. |
| MappingAvailable | Mapping will not affect any existing mappings and is safe to apply. |