Navigation
API > API/Runtime > API/Runtime/InputCore > API/Runtime/InputCore/FInputKeyManager
Description
Retrieves the key mapped to the specified character code. Retrieves the key mapped to the specified key or character code.
| Name | GetKeyFromCodes |
| Type | function |
| Header File | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
| Include Path | #include "InputCoreTypes.h" |
| Source | /Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp |
FKey GetKeyFromCodes
(
const uint32 KeyCode,
const uint32 CharCode
) const
Parameters
| Name | Remarks |
|---|---|
| KeyCode | The key code to get the name for. |
| KeyCode | the key code to get the name for |