Navigation
API > API/Developer > API/Developer/CollectionManager
The status information for a collection
| Name | FCollectionStatusInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
Syntax
struct FCollectionStatusInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDirty | bool | True if the collection has unsaved changes | CollectionManagerTypes.h | |
| bIsEmpty | bool | True if the collection is empty | CollectionManagerTypes.h | |
| bUseSCC | bool | True if the collection uses SCC | CollectionManagerTypes.h | |
| NumObjects | int32 | Number of objects within the collection (static collections only) | CollectionManagerTypes.h | |
| SCCState | FSourceControlStatePtr | The current source control state of the collection. | CollectionManagerTypes.h |