![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Binds a gesture to a function.
|
inline |
|
inline |
| FInputGestureUnifiedDelegate FInputGestureBinding::GestureDelegate |
The delegate bound to the gesture events
| FKey FInputGestureBinding::GestureKey |
The gesture being bound to.
| float FInputGestureBinding::GestureValue |
Value parameter, meaning is dependent on the gesture.