SSceneOutliner::SetSelection

Set the selection of the scene outliner The items that return true will be the ones selected

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetSelection()

SSceneOutliner::SetSelection()

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 void SetSelection
(
    const SceneOutliner::TTreeItemGetter< bool > & ItemSelector
)

Remarks

Set the selection of the scene outliner The items that return true will be the ones selected

Parameters

Parameter

Description

ItemSelector

A visitor that will be used set the selection.

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