Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentBuilderRegistry
Description
Find the existing builder for the given MetaSound, or optionally begin building by attaching a new builder. Only available in builds with editor only data as building serialized assets (which may have template nodes, cooked builds do not) is only supported when editor data is loaded. Creating transient builders can simply be done by passing a new MetaSound asset to a FMetaSoundFrontendDocumentBuilder constructor, or this registry's implementation may supply its own create call for tracking and reuse purposes.
| Name | FindOrBeginBuilding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include Path | #include "MetasoundDocumentInterface.h" |
FMetaSoundFrontendDocumentBuilder & FindOrBeginBuilding
(
TScriptInterface < IMetaSoundDocumentInterface > MetaSound
)