FInputTouchBinding

Binds a delegate to touch input.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputTouchBinding

References

Module

Engine

Header

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

Include

#include "Components/InputComponent.h"

Syntax

struct FInputTouchBinding : public FInputBinding

Remarks

Binds a delegate to touch input.

Variables

Name Description

Public variable

TEnumAsByte< EI...

 

KeyEvent

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

Public variable

FInputTouchUnif...

 

TouchDelegate

The delegate bound to the touch events

Constructors

Name Description

Public function

FInputTouchBinding()

Public function

FInputTouchBinding

(
    const enum 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