Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/IEnhancedInputSubsystemInterface
Deprecated * GetAllPlayerMappedKeys has been deprecated, please use UEnhancedInputUserSettings instead.
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include | #include "EnhancedInputSubsystemInterface.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedInputSubsystemInterface.cpp |
UFUNCTION&40;BlueprintCallable, BlueprintCosmetic, Category&61;"Input&124;PlayerMappable",
Meta&61;&40;DeprecatedFunction, DeprecationMessage&61;"GetAllPlayerMappedKeys has been deprecated, please use UEnhancedInputUserSettings instead."&41;&41;
virtual TArray< FKey > GetAllPlayerMappedKeys
&40;
const FName MappingName
&41; const
Remarks
Get all the player mapped keys to the given mapping name. If there is not a player mapped key, then this will return TArray
Parameters
| Name | Description |
|---|---|
| MappingName | The FName of the mapped key that would have been set with the AddPlayerMappedKey function. |