Show / Hide Table of Contents

Delegate UserWidget.OnPreviewMouseButtonDown_delegate

Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public delegate (PointerEvent, EventReply) OnPreviewMouseButtonDown_delegate(Geometry MyGeometry, PointerEvent MouseEvent, EventReply ReturnValue);
Parameters
Type Name Description
Geometry MyGeometry
PointerEvent MouseEvent
EventReply ReturnValue
Returns
Type Description
System.ValueTuple<PointerEvent, EventReply>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX