Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveDependency
(
const FGuid& InClassID |
Removes all dependencies with the given ClassID. Removes any nodes (and corresponding edges) remaining in any MetaSound paged graphs. | MetasoundFrontendDocumentBuilder.h | |
bool RemoveDependency
(
EMetasoundFrontendClassType ClassType, |
Removes all dependencies with the given Class Type, Name, & Version Number. Removes any nodes (and corresponding edges) remaining in any MetaSound paged graphs. | MetasoundFrontendDocumentBuilder.h |
RemoveDependency(const FGuid &)
Description
Removes all dependencies with the given ClassID. Removes any nodes (and corresponding edges) remaining in any MetaSound paged graphs.
| Name | RemoveDependency |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool RemoveDependency
(
const FGuid & InClassID
)
RemoveDependency(EMetasoundFrontendClassType, const FMetasoundFrontendClassName &, const FMetasoundFrontendVersionNumber &)
Description
Removes all dependencies with the given Class Type, Name, & Version Number. Removes any nodes (and corresponding edges) remaining in any MetaSound paged graphs.
| Name | RemoveDependency |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool RemoveDependency
(
EMetasoundFrontendClassType ClassType,
const FMetasoundFrontendClassName & InClassName,
const FMetasoundFrontendVersionNumber & InClassVersionNumber
)