Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerItemSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Get
(
TArray< TreeType* >& OutArray |
Get all items of a specified type | SSceneOutliner.h | |
void Get
(
TArray< FSceneOutlinerTreeItemPtr >& OutArray |
SSceneOutliner.h |
Get(TArray< TreeType * > &)
Description
Get all items of a specified type
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
template<typename TreeType>
void Get
(
TArray< TreeType * > & OutArray
) const
Get(TArray< FSceneOutlinerTreeItemPtr > &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
void Get
(
TArray< FSceneOutlinerTreeItemPtr > & OutArray
) const