Navigation
API > API/Runtime > API/Runtime/Engine
Unified delegate specialization for Touch events.
| Name | FInputTouchUnifiedDelegate |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
Syntax
struct FInputTouchUnifiedDelegate : public TInputUnifiedDelegate< FInputTouchHandlerSignature, FInputTouchHandlerDynamicSignature >
Inheritance Hierarchy
- TInputUnifiedDelegate → FInputTouchUnifiedDelegate
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Execute
(
const ETouchIndex::Type FingerIndex, |
Execute function for the touch unified delegate. | Components/InputComponent.h |