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" |
void OnDragCancelled
&40;
const FPointerEvent & PointerEvent,
UDragDropOperation &42; Operation
&41;
Remarks
Called when the user cancels the drag operation, typically when they simply release the mouse button after beginning a drag operation, but failing to complete the drag.
Parameters
Name | Description |
---|---|
PointerEvent | Last mouse event from when the drag was canceled. |
Operation | The drag operation that was canceled. |