Navigation
BlueprintAPI > BlueprintAPI/CollectionManager
Re-parent the given collection.
Target is Collection Manager Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Collection | The collection to re-parent. |
| struct | New Parent Collection | The new parent collection, or "None" to have the collection become a root collection. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the collection was re-parented, false otherwise (see the output log for details on error). |