BlueprintAPI > BlueprintAPI/AssetTags
Add the given asset to the given collection.
Target is Asset Tags Subsystem
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | Name | Name of the collection to modify. |
struct | Asset Data | Asset to add. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | True if the collection was modified, false otherwise (see the output log for details on error). |