Navigation
Unreal Engine C++ API Reference > Developer > CollectionManager > ICollectionManager
References
Module | CollectionManager |
Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
Include | #include "ICollectionManager.h" |
bool GetCollectionStatusInfo
(
FName CollectionName,
ECollectionShareType::Type ShareType,
FCollectionStatusInfo & OutStatusInfo,
FText * OutError
) const
Remarks
Gets the status info for the specified collection true if the status info was filled in.
Parameters
Name | Description |
---|---|
CollectionName | The collection to get the status info for |
ShareType | The way the collection is shared. |
OutStatusInfo | The status info to populate. |
OutError | Optional human readable explanation of why the operation failed |