Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
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
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EInputEvent > | KeyEvent | Key event to bind it to (e.g. pressed, released, double click) | |
| FInputTouchUnifiedDelegate | TouchDelegate | The delegate bound to the touch events |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputTouchBinding
(
const enum EInputEvent InKeyEvent |