Navigation
BlueprintAPI > BlueprintAPI/CollectionManager
Get the assets in the given collection.
Target is Collection Manager Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Collection | The collection from which to retrieve assets. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Assets | The assets found in the collection. |
| boolean | Return Value | True if the collection exists, false otherwise (see the output log for details on error). |