Navigation
API > API/Runtime > API/Runtime/Engine
Binds a delegate to touch input.
| Name | FInputTouchBinding |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
Syntax
struct FInputTouchBinding : public FInputBinding
Inheritance Hierarchy
- FInputBinding → FInputTouchBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/InputComponent.h | |||
FInputTouchBinding
(
const enum EInputEvent InKeyEvent |
Components/InputComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyEvent | TEnumAsByte< EInputEvent > | Key event to bind it to (e.g. pressed, released, double click) | Components/InputComponent.h | |
| TouchDelegate | FInputTouchUnifiedDelegate | The delegate bound to the touch events | Components/InputComponent.h |