Navigation
API > API/Runtime > API/Runtime/InputCore > API/Runtime/InputCore/GenericPlatform
References
| Module | InputCore |
| Header | /Engine/Source/Runtime/InputCore/Public/GenericPlatform/GenericPlatformInput.h |
| Include | #include "GenericPlatform/GenericPlatformInput.h" |
Syntax
struct FGenericPlatformInput
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetCharKeyMap
(
uint32* KeyCodes, |
||
| FKey | |||
| FKey | |||
| uint32 | |||
| FKey | |||
| uint32 | GetStandardPrintableKeyMap
(
uint32* KeyCodes, |
Retrieves some standard key code mappings (usually called by a subclass's GetCharKeyMap) | |
| FKey | Remap a given key to something else if necessary. |