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