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