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