SSceneOutliner::AddToSelection

Add some items to selection of the scene outliner The items that return true will be the ones added to the selection

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::AddToSelection()

SSceneOutliner::AddToSelection()

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

Remarks

Add some items to selection of the scene outliner The items that return true will be the ones added to the selection

Parameters

Parameter

Description

ItemSelector

A visitor that will be used to add some items to 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