FDragDropOperation::OnDrop

Invoked when the drag and drop operation has ended.

Windows
MacOS
Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h

Include

#include "Input/DragAndDrop.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp

Syntax

virtual void OnDrop
(
    bool bDropWasHandled,
    const FPointerEvent & MouseEvent
)

Remarks

Invoked when the drag and drop operation has ended.

Parameters

Parameter

Description

bDropWasHandled

true when the drop was handled by some widget; false otherwise

MouseEvent

The mouse event which caused the on drop to be called.

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