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 CreateCollection
(
FName CollectionName,
ECollectionShareType::Type ShareType,
ECollectionStorageMode::Type StorageMode,
FText * OutError
)
Remarks
Creates a new collection. A .collection file will be added to disk. true if the add was successful.
Parameters
| Name | Description |
|---|---|
| CollectionName | The name of the new collection |
| ShareType | The way the collection is shared. |
| StorageMode | How does this collection store its objects? (static or dynamic) |
| OutError | Optional human readable explanation of why the operation failed |