Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Adds a new output member to the graph. Returns the new output on success, else nullptr.
The default name of the output is "Output". Optionally, InBaseName can be specified to add the output with a specific name. If the name "Output" (or the custom InBaseName) isn't available, a numerical suffix will be added.
Target is Movie Graph Config
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| text | In Base Name |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |