Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Description
Update the collection to make sure it's using the latest version from source control (if under SCC control)
Note: Generally you won't need to update collections manually as the collection manager takes care of that as collections are saved to disk.
| Name | UpdateCollection |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
bool UpdateCollection
(
FName CollectionName,
ECollectionShareType::Type ShareType,
FText * OutError
)
true if the update was successful.
Parameters
| Name | Remarks |
|---|---|
| CollectionName | The collection to update |
| ShareType | The way the collection is shared. |
| OutError | Optional human readable explanation of why the operation failed |