FInputGestureBinding

Binds a gesture to a function.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputGestureBinding

References

Module

Engine

Header

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

Include

#include "Components/InputComponent.h"

Syntax

struct FInputGestureBinding : public FInputBinding

Remarks

Binds a gesture to a function.

Variables

Name Description

Public variable

FInputGestureUn...

 

GestureDelegate

The delegate bound to the gesture events

Public variable

FKey

 

GestureKey

The gesture being bound to.

Public variable

float

 

GestureValue

Value parameter, meaning is dependent on the gesture.

Constructors

Name Description

Public function

FInputGestureBinding()

Public function

FInputGestureBinding

(
    const FKey InGestureKey
)

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