Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingQuery.h |
| Include | #include "InputMappingQuery.h" |
Syntax
enum EMappingQueryResult
&123;
Error_EnhancedInputNotEnabled,
Error_InputContextNotInActiveContexts,
Error_InvalidAction,
NotMappable,
MappingAvailable,
&125;
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Result summary from a QueryMapKeyIn... call.