Navigation
API > API/Runtime > API/Runtime/InputCore > API/Runtime/InputCore/GenericPlatform > API/Runtime/InputCore/GenericPlatform/FGenericPlatformInput
References
Module | InputCore |
Header | /Engine/Source/Runtime/InputCore/Public/GenericPlatform/GenericPlatformInput.h |
Include | #include "GenericPlatform/GenericPlatformInput.h" |
Source | /Engine/Source/Runtime/InputCore/Private/GenericPlatform/GenericPlatformInput.cpp |
static uint32 GetStandardPrintableKeyMap
&40;
uint32 &42; KeyCodes,
FString &42; KeyNames,
uint32 MaxMappings,
bool bMapUppercaseKeys,
bool bMapLowercaseKeys
&41;
Remarks
Retrieves some standard key code mappings (usually called by a subclass's GetCharKeyMap)
Parameters
Name | Description |
---|---|
OutKeyMap | Key map to add to. |
bMapUppercaseKeys | If true, will map A, B, C, etc to EKeys::A, EKeys::B, EKeys::C |
bMapLowercaseKeys | If true, will map a, b, c, etc to EKeys::A, EKeys::B, EKeys::C |