UUserWidget::OnDragLeave

Called during drag and drop when the drag leaves the widget.

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Blueprint/UserWidget.h"

Syntax

void OnDragLeave
(
    FPointerEvent PointerEvent,
    UDragDropOperation * Operation
)

Remarks

Called during drag and drop when the drag leaves the widget.

Parameters

Parameter

Description

PointerEvent

The mouse event from when the drag left the widget.

Operation

The drag operation that entered the widget.

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