SSceneOutliner::SetOnDropOnItem

Set the behavior for when a drag and drop is dropped on the scene outliner

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetOnDropOnItem()

SSceneOutliner::SetOnDropOnItem()

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Source

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

Syntax

virtual ICustomSceneOutliner & SetOnDropOnItem
(
    TUniqueFunction< FReply &, const SceneOutliner::ITreeItem &)> Callback
)

Remarks

Set the behavior for when a drag and drop is dropped on the scene outliner

Parameters

Parameter

Description

Callback

The function that will 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