Delegate UserWidget.OnFocusReceived_delegate
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public delegate EventReply OnFocusReceived_delegate(Geometry MyGeometry, FocusEvent InFocusEvent, EventReply ReturnValue);
Parameters
| Type | Name | Description |
|---|---|---|
| Geometry | MyGeometry | |
| FocusEvent | InFocusEvent | |
| EventReply | ReturnValue |
Returns
| Type | Description |
|---|---|
| EventReply |