Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedPlayerMappableKeyProfil-
Description
Populates the OutMappedMappingNames with every mapping on this profile that has a mapping to the given key.
Returns the number of mappings to this key
| Name | GetMappingNamesForKey |
| 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 |
UFUNCTION (BlueprintCallable, Category="Enhanced Input|User Settings",
Meta=(ReturnDisplayName="Number of mappings"))
virtual int32 GetMappingNamesForKey
(
const FKey & InKey,
TArray< FName > & OutMappingNames
) const