Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
bool OnDrop
&40;
FGeometry MyGeometry,
FPointerEvent PointerEvent,
UDragDropOperation &42; Operation
&41;
Remarks
Called when the user is dropping something onto a widget. Ends the drag and drop operation, even if no widget handles this. 'true' to indicate you handled the drop operation.
Parameters
Name | Description |
---|---|
MyGeometry | The geometry of the widget receiving the event. |
PointerEvent | The mouse event from when the drag occurred over the widget. |
Operation | The drag operation over the widget. |