Navigation
BlueprintAPI > BlueprintAPI/Audio > BlueprintAPI/Audio/MetaSound > BlueprintAPI/Audio/MetaSound/Builder
Adds a graph output node with the given name, DataType, and sets output node's input to default value. Returns the new output node's input handle if it was successfully created, or an invalid handle if it failed.
Target is MetaSound Builder Base
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Name | |
| name | Data Type | |
| struct | Default Value | |
| boolean | Is Constructor Output |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Succeeded | |
| exec | Failed | |
| struct | Input Handle |