Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutliner
Description
Set the item selection of the outliner based on a selector function. Any items which return true will be added
Virtual Inheritance
- ISceneOutliner::SetSelection → SSceneOutliner::SetSelection
| Name | SetSelection |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
virtual void SetSelection
(
const TFunctionRef< bool &)> Selector
)