Navigation
Unreal Engine C++ API Reference > Runtime > InputCore > FInputKeyManager
References
Module | InputCore |
Header | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
Include | #include "InputCoreTypes.h" |
Source | /Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp |
FKey GetKeyFromCodes
&40;
const uint32 KeyCode,
const uint32 CharCode
&41; const
Remarks
Retrieves the key mapped to the specified character code. Retrieves the key mapped to the specified key or character code.
Parameters
Name | Description |
---|---|
KeyCode | The key code to get the name for. |
KeyCode | the key code to get the name for |