FCollectionStatusInfo

The status information for a collection

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bIsDirty

True if the collection has unsaved changes

Public variable

bool

 

bIsEmpty

True if the collection is empty

Public variable

bool

 

bUseSCC

True if the collection uses SCC

Public variable

int32

 

NumObjects

Number of objects within the collection (static collections only)

Public variable

FSourceControlS...

 

SCCState

The current source control state of the collection.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss