SSceneOutliner::SetOnDragOverItem

Set the behavior for when a drag pass over a Item of the scene outliner

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetOnDragOverItem()

SSceneOutliner::SetOnDragOverItem()

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 & SetOnDragOverItem
(
    TUniqueFunction< FReply &, const SceneOutliner::ITreeItem &)> Callback
)

Remarks

Set the behavior for when a drag pass over a Item of the scene outliner

Parameters

Parameter

Description

Callback

The function that will be called at each update when there is a drag over a item

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