SSceneOutlinerTreeRow::OnDrop

Called when the user is dropping something onto a widget; terminates drag and drop.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnDrop()

STableRow::OnDrop()

SSceneOutlinerTreeRow::OnDrop()

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SOutlinerTreeView.h

Include

#include "SOutlinerTreeView.h"

Source

/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.cpp

Syntax

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

Remarks

Called when the user is dropping something onto a widget; terminates drag and drop.

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