Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerItemSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 Num () |
Returns the total number of items in the selection | SSceneOutliner.h | |
uint32 Num () |
Returns the number of items of the specified types in the selection | SSceneOutliner.h |
Num()
Description
Returns the total number of items in the selection
| Name | Num |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
uint32 Num() const
Num()
Description
Returns the number of items of the specified types in the selection
| Name | Num |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
template<typename ... TreeTypes>
uint32 Num() const