FCollectionStatusInfo

The status information for a collection

Unreal Engine C++ API Reference > 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)
FSourceControlS... SCCState The current source control state of the collection.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library