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