Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedPlayerMappableKeyProfil-
Description
Populates the OutKeys array with any player mapped FKeys for the given default mapping.
This is what IEnhancedInputSubsystemInterface::RebuildControlMappings calls to determine what keys should actually be applied when building the control mappings.
Returns the number of player mapped keys to the given Default Mapping
| Name | QueryPlayerMappedKeys |
| 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 QueryPlayerMappedKeys
(
const FPlayerMappableKeyQueryOptions & Options,
TArray< FKey > & OutKeys
) const