FInputKeyManager

Windows
MacOS
Linux

References

Module

InputCore

Header

/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h

Include

#include "InputCoreTypes.h"

Syntax

struct FInputKeyManager

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

FInputKeyMan...

 

Get()

Returns the instance of the input key manager

Public function Const

void

 

GetCodesFromKey

(
    const FKey Key,
    const uint32*& KeyCode,
    const uint32*& CharCode
)

Public function Const

FKey

 

GetKeyFromCodes

(
    const uint32 KeyCode,
    const uint32 CharCode
)

Retrieves the key mapped to the specified character code.

Public function

void

 

InitKeyMappings()

Constants

Name

Description

Instance

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