ICustomSceneOutliner::RemoveFromSelection

Remove some items from selection of the scene outliner The items that return true will be the ones removed from the selection

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::RemoveFromSelection()

SSceneOutliner::RemoveFromSelection()

References

Module

SceneOutliner

Header

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

Include

#include "ICustomSceneOutliner.h"

Syntax

void RemoveFromSelection
(
    const SceneOutliner::TTreeItemGetter< bool > & ItemDeselector
)

Remarks

Remove some items from selection of the scene outliner The items that return true will be the ones removed from the selection

Parameters

Parameter

Description

ItemSelector

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