Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
References
| Module | CollectionManager |
| Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include | #include "ICollectionManager.h" |
bool UpdateCollection
(
FName CollectionName,
ECollectionShareType::Type ShareType,
FText * OutError
)
Remarks
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. true if the update was successful.
Parameters
| Name | Description |
|---|---|
| CollectionName | The collection to update |
| ShareType | The way the collection is shared. |
| OutError | Optional human readable explanation of why the operation failed |