UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInputGestureBinding Struct Reference

#include <InputComponent.h>

+ Inheritance diagram for FInputGestureBinding:

Public Member Functions

 FInputGestureBinding ()
 
 FInputGestureBinding (const FKey InGestureKey)
 
- Public Member Functions inherited from FInputBinding
 FInputBinding ()
 

Public Attributes

float GestureValue
 
FKey GestureKey
 
FInputGestureUnifiedDelegate GestureDelegate
 
- Public Attributes inherited from FInputBinding
uint8 bConsumeInput:1
 
uint8 bExecuteWhenPaused:1
 

Detailed Description

Binds a gesture to a function.

Constructor & Destructor Documentation

◆ FInputGestureBinding() [1/2]

FInputGestureBinding::FInputGestureBinding ( )
inline

◆ FInputGestureBinding() [2/2]

FInputGestureBinding::FInputGestureBinding ( const FKey  InGestureKey)
inline

Member Data Documentation

◆ GestureDelegate

FInputGestureUnifiedDelegate FInputGestureBinding::GestureDelegate

The delegate bound to the gesture events

◆ GestureKey

FKey FInputGestureBinding::GestureKey

The gesture being bound to.

◆ GestureValue

float FInputGestureBinding::GestureValue

Value parameter, meaning is dependent on the gesture.


The documentation for this struct was generated from the following file: