SDropTarget::OnDragOver

Called during drag and drop when the the mouse is being dragged over a widget.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnDragOver()

SDropTarget::OnDragOver()

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h

Include

#include "SDropTarget.h"

Source

/Engine/Source/Editor/EditorWidgets/Private/SDropTarget.cpp

Syntax

virtual FReply OnDragOver
(
    const FGeometry & MyGeometry,
    const FDragDropEvent & DragDropEvent
)

Remarks

Called during drag and drop when the the mouse is being dragged over a widget.

Returns

A reply that indicated whether this event was handled.

Parameters

Parameter

Description

MyGeometry

The geometry of the widget receiving the event.

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