SSceneOutliner::SetOnItemDragDetected

Set the behavior for when a item is dragged

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetOnItemDragDetected()

SSceneOutliner::SetOnItemDragDetected()

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 & SetOnItemDragDetected
(
    TUniqueFunction< FReply &)> Callback
)

Remarks

Set the behavior for when a item is dragged

to avoid having to different user experience from the world outliner. The callback is only called from a left click drag.

Parameters

Parameter

Description

Callback

The function that will be called when a drag from a item row is detected

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