Show / Hide Table of Contents

Delegate UserWidget.OnMouseButtonDoubleClick_delegate

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