UUserWidget::OnDragCancelled

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.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h

Include

#include "Blueprint/UserWidget.h"

Syntax

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

Parameter

Description

PointerEvent

Last mouse event from when the drag was canceled.

Operation

The drag operation that was canceled.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss