Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Potential issue raised with a mapping request.
| Name | FMappingQueryIssue |
| Type | struct |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingQuery.h |
| Include Path | #include "InputMappingQuery.h" |
Syntax
USTRUCT (BlueprintType )
struct FMappingQueryIssue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InputMappingQuery.h | |||
FMappingQueryIssue
(
EMappingQueryIssue InIssue |
InputMappingQuery.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockingAction | TObjectPtr< const UInputAction > | Action within the input context that caused the blockage. | InputMappingQuery.h |
|
| BlockingContext | TObjectPtr< const UInputMappingContext > | Input context that contains a blocking action bound to the queried key. | InputMappingQuery.h |
|
| Issue | EMappingQueryIssue | InputMappingQuery.h |
|