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