SColorTrash::OnDragLeave

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnDragLeave()

SColorTrash::OnDragLeave()

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h

Include

#include "Widgets/Colors/SColorThemes.h"

Source

/Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp

Syntax

virtual void OnDragLeave
(
    const FDragDropEvent & DragDropEvent
)

Remarks

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

Returns

A reply that indicated whether this event was handled.

Parameters

Parameter

Description

DragDropEvent

The drag and drop event.

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