Navigation
Unreal Engine C++ API Reference > 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. |