Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Builds a transient MetaSound with the provided builder options, copying the underlying MetaSound managed by this builder and registering it with the MetaSound Node Registry as a unique class. If existing MetaSound exists with the provided NameBase, will make object with unique name with the given NameBase as prefix.
Derived Overrides
| Name | BuildNewMetaSound |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Builder",
Meta=(DisplayName="Build New MetaSound"))
virtual TScriptInterface < IMetaSoundDocumentInterface > BuildNewMetaSound
(
FName NameBase
) const