Navigation
BlueprintAPI > BlueprintAPI/Audio > BlueprintAPI/Audio/MetaSound > BlueprintAPI/Audio/MetaSound/Builder
Adds a graph input node with the given name, DataType, and sets the graph input to default value. Returns the new input node's output 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 Input |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Succeeded | |
| exec | Failed | |
| struct | Output Handle |