Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/FPlayerKeyMapping
Description
Updates the metadata properties on this player mapped key based on the given enhanced action mapping. This will populate the fields on this struct that are not editable by the player such as the localized display name and default key.
| Name | UpdateMetadataFromActionKeyMapping |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/UserSettings/EnhancedInputUserSettings.h |
| Include Path | #include "UserSettings/EnhancedInputUserSettings.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/UserSettings/EnhancedInputUserSettings.cpp |
void UpdateMetadataFromActionKeyMapping
(
const FEnhancedActionKeyMapping & OriginalMapping
)