Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include | #include "Blueprint/UserWidget.h" |
void OnDragLeave
&40;
FPointerEvent PointerEvent,
UDragDropOperation &42; Operation
&41;
Remarks
Called during drag and drop when the drag leaves the widget.
Parameters
| Name | Description |
|---|---|
| PointerEvent | The mouse event from when the drag left the widget. |
| Operation | The drag operation that entered the widget. |