SSceneOutliner::SetOnDragLeaveItem

Set the behavior for when a drag and drop leave the zone of a item

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetOnDragLeaveItem()

SSceneOutliner::SetOnDragLeaveItem()

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

Remarks

Set the behavior for when a drag and drop leave the zone of a item

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