Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundSourceBuilder
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.
Virtual Inheritance
- UMetaSoundBuilderBase::BuildNewMetaSound → UMetaSoundSourceBuilder::BuildNewMetaSound
| Name | BuildNewMetaSound |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderSubsystem.h |
| Include Path | #include "MetasoundBuilderSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderSubsystem.cpp |
virtual TScriptInterface < IMetaSoundDocumentInterface > BuildNewMetaSound
(
FName NameBase
) const