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" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic, Category="Drag and Drop")
void OnDragCancelled
(
const FPointerEvent & PointerEvent,
UDragDropOperation * Operation
)
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. |