Navigation
BlueprintAPI > BlueprintAPI/CollectionManager
Rename the given collection.
Target is Collection Manager Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Collection | The collection to rename. |
| name | New Name | New name to give to the collection. |
| enum | New Share Type | New share type to give to the collection (local, private, or shared). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the collection was renamed, false otherwise (see the output log for details on error). |