Navigation
API > API/Plugins > API/Plugins/EnhancedInput
| |
|
| Name |
FInputMappingContextMappingData |
| Type |
struct |
| Header File |
/Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingContext.h |
| Include Path |
#include "InputMappingContext.h" |
Syntax
USTRUCT (BlueprintType )
struct FInputMappingContextMappingData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Mappings |
TArray< FEnhancedActionKeyMapping > |
List of Input Actions and which keys they are mapped to. |
InputMappingContext.h |
- Config
- BlueprintReadOnly
- EditAnywhere
- Category="Mappings"
|