Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Warnings * This function is threadsafe but it does not secure the name from another thread creating the collection in between calls to the ICollectionManager API.
Description
Creates a unique collection name for the given type taking the form BaseName+(unique number)
This function is threadsafe but it does not secure the name from another thread creating the collection in between calls to the ICollectionManager API.
| Name | CreateUniqueCollectionName |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
void CreateUniqueCollectionName
(
FName BaseName,
ECollectionShareType::Type ShareType,
FName & OutCollectionName
) const