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