FInputChord

Overload list

Windows
MacOS
Linux
Name Description

Public function

FInputChord()

Public function

FInputChord

(
    const FKey InKey
)

Public function

FInputChord

(
    const FInputChord& Other
)

Copy constructor.

Public function

FInputChord

(
    const EModifierKey::Type InModifier...,
    const FKey InKey
)

Creates and initializes a new instance.

Public function

FInputChord

(
    const FKey InKey,
    const EModifierKey::Type InModifier...
)

Creates and initializes a new instance.

Public function

FInputChord

(
    const FKey InKey,
    const bool bInShift,
    const bool bInCtrl,
    const bool bInAlt,
    const bool bInCmd
)

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