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 IsValidCollectionName
(
const FString & CollectionName,
ECollectionShareType::Type ShareType,
FText * OutError
) const
Remarks
Check whether the given name is valid for a new collection. false If the name contains invalid characters or conflicts with an existing collection of the same type.
Parameters
| Name | Description |
|---|---|
| CollectionName | Potential collection name |
| ShareType | Type of collection to check for conflicts against. CST_All checks against all collcetion types. |
| OutError | Optional human readable explanation of why the operation failed |