Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
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
| Type | Name | Description | |
|---|---|---|---|
| FInputGestureUnifiedDelegate | GestureDelegate | The delegate bound to the gesture events | |
| FKey | GestureKey | The gesture being bound to. | |
| float | GestureValue | Value parameter, meaning is dependent on the gesture. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputGestureBinding
(
const FKey InGestureKey |