Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutliner
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveFromSelection
(
const TArray< FSceneOutlinerTreeItemPtr >& InItems, |
Remove a set of items from the current selection | SSceneOutliner.h | |
void RemoveFromSelection
(
const FSceneOutlinerTreeItemPtr& InItem, |
Remove a single item from the current selection | SSceneOutliner.h |
RemoveFromSelection(const TArray< FSceneOutlinerTreeItemPtr > &, ESelectInfo::Type)
Description
Remove a set of items from the current selection
| Name | RemoveFromSelection |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
void RemoveFromSelection
(
const TArray< FSceneOutlinerTreeItemPtr > & InItems,
ESelectInfo::Type SelectInfo
)
RemoveFromSelection(const FSceneOutlinerTreeItemPtr &, ESelectInfo::Type)
Description
Remove a single item from the current selection
| Name | RemoveFromSelection |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
void RemoveFromSelection
(
const FSceneOutlinerTreeItemPtr & InItem,
ESelectInfo::Type SelectInfo
)