Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentBuilderRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FinishBuilding
(
const FMetasoundFrontendClassName& InClassName, |
Removes builder from registry, clearing any cached builder state. | MetasoundDocumentInterface.h | |
bool FinishBuilding
(
const FMetasoundFrontendClassName& InClassName, |
MetasoundDocumentInterface.h |
FinishBuilding(const FMetasoundFrontendClassName &, bool)
Description
Removes builder from registry, clearing any cached builder state. (Optionally) forces unregistration from the Frontend Node Class Registry (If the builder has outstanding transactions, unregistration from the Node Class Registry will occur regardless).
| Name | FinishBuilding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include Path | #include "MetasoundDocumentInterface.h" |
bool FinishBuilding
(
const FMetasoundFrontendClassName & InClassName,
bool bForceUnregisterNodeClass
) const
FinishBuilding(const FMetasoundFrontendClassName &, const FTopLevelAssetPath &, bool)
| Name | FinishBuilding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include Path | #include "MetasoundDocumentInterface.h" |
bool FinishBuilding
(
const FMetasoundFrontendClassName & InClassName,
const FTopLevelAssetPath & InAssetPath,
bool bForceUnregisterNodeClass
) const