FInputKeyBinding

Binds a delegate to a key chord.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputKeyBinding

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h

Include

#include "Components/InputComponent.h"

Syntax

struct FInputKeyBinding : public FInputBinding

Remarks

Binds a delegate to a key chord.

Variables

Name Description

Public variable

FInputChord

 

Chord

Input Chord to bind to

Public variable

FInputActionUni...

 

KeyDelegate

The delegate bound to the key chord

Public variable

TEnumAsByte< EI...

 

KeyEvent

Key event to bind it to (e.g. pressed, released, double click)

Constructors

Name Description

Public function

FInputKeyBinding()

Public function

FInputKeyBinding

(
    const FInputChord InChord,
    const EInputEvent InKeyEvent
)

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