Delegate UserWidget.OnTouchMoved_delegate
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public delegate (PointerEvent, EventReply) OnTouchMoved_delegate(Geometry MyGeometry, PointerEvent InTouchEvent, EventReply ReturnValue);
Parameters
| Type | Name | Description |
|---|---|---|
| Geometry | MyGeometry | |
| PointerEvent | InTouchEvent | |
| EventReply | ReturnValue |
Returns
| Type | Description |
|---|---|
| System.ValueTuple<PointerEvent, EventReply> |