FGenericPlatformInput

Windows
MacOS
Linux

Inheritance Hierarchy

FGenericPlatformInput

FHoloLensPlatformInput

References

Module

InputCore

Header

/Engine/Source/Runtime/InputCore/Public/GenericPlatform/GenericPlatformInput.h

Include

#include "GenericPlatform/GenericPlatformInput.h"

Syntax

struct FGenericPlatformInput

Functions

Name Description

Public function Static

uint32

 

GetCharKeyMap

(
    uint32* KeyCodes,
    FString* KeyNames,
    uint32 MaxMappings
)

Public function Static

FKey

 

GetGamepadAcceptKey()

Public function Static

FKey

 

GetGamepadBackKey()

Public function Static

uint32

 

GetKeyMap

(
    uint32* KeyCodes,
    FString* KeyNames,
    uint32 MaxMappings
)

Protected function Static

uint32

 

GetStandardPrintableKeyMap

(
    uint32* KeyCodes,
    FString* KeyNames,
    uint32 MaxMappings,
    bool bMapUppercaseKeys,
    bool bMapLowercaseKeys
)

Retrieves some standard key code mappings (usually called by a subclass's GetCharKeyMap)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss