ICustomSceneOutliner::SetShouldSelectItemWhenAdded

Tell the scene outliner to use this visitor to select or not a newly added item

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetShouldSelectItemWhenAdded()

SSceneOutliner::SetShouldSelectItemWhenAdded()

References

Module

SceneOutliner

Header

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

Include

#include "ICustomSceneOutliner.h"

Syntax

ICustomSceneOutliner & SetShouldSelectItemWhenAdded
(
    TUniquePtr< SceneOutliner::TTreeItemGetter< bool >> && ShouldSelectItemWhenAdded
)

Remarks

Tell the scene outliner to use this visitor to select or not a newly added item

Parameters

Parameter

Description

ShouldSelectItemWhenAdded

The visitor that will be used to select a new item (return true if the item should be selected)

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