Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/FEnhancedActionKeyMapping
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the Player Mappable Key Settings owned by the Action Key Mapping or by the referenced Input Action, or nothing based of the Setting Behavior. | EnhancedActionKeyMapping.h | ||
T * GetPlayerMappableKeySettings () |
EnhancedActionKeyMapping.h |
GetPlayerMappableKeySettings()
Description
Returns the Player Mappable Key Settings owned by the Action Key Mapping or by the referenced Input Action, or nothing based of the Setting Behavior.
| Name | GetPlayerMappableKeySettings |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedActionKeyMapping.h |
| Include Path | #include "EnhancedActionKeyMapping.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedActionKeyMapping.cpp |
UPlayerMappableKeySettings * GetPlayerMappableKeySettings() const
GetPlayerMappableKeySettings()
| Name | GetPlayerMappableKeySettings |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedActionKeyMapping.h |
| Include Path | #include "EnhancedActionKeyMapping.h" |
template<typename T>
T * GetPlayerMappableKeySettings() const