FUIActionKeyMapping

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Input/CommonUIInputSettings.h

Include

#include "Input/CommonUIInputSettings.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FUIActionKeyMapping

Variables

Name Description

Public variable UProperty Category, EditAnywhere Config

float

 

HoldTime

How long must the key be held down for the action to be executed?

Public variable UProperty Category, EditAnywhere Config

FKey

 

Key

A key that triggers this action

Constructors

Name Description

Public function

FUIActionKeyMapping()

Public function

FUIActionKeyMapping

(
    FKey InKey,
    float InHoldTime
)

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