Navigation
BlueprintAPI > BlueprintAPI/Audio > BlueprintAPI/Audio/MetaSound > BlueprintAPI/Audio/MetaSound/Builder > BlueprintAPI/Audio/MetaSound/Builder/Editor
Build the given builder to a MetaSound asset
Target is MetaSound Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Builder | |
| string | Author | Sets the author on the given builder's document. |
| string | Asset Name | Name of the asset to build. |
| string | Package Path | Path of package to build asset to. |
| object | Template Sound Wave | SoundWave settings such as attenuation, modulation, and sound class will be copied from the optional TemplateSoundWave. For preset builders, TemplateSoundWave will override the template values from the referenced asset. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Succeeded | |
| exec | Failed | |
| interface | Meta Sound Asset |