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