Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddInterface
(
FName InterfaceName |
Adds an interface and associated inputs and outputs. | MetasoundFrontendDocumentBuilder.h | |
bool AddInterface
(
FName InterfaceName, |
Internal AddInterface call for use in rebuild preset root graph If bAddUserModifiableInterfaceOnly is true, only user modifiable interfaces can be added (see FMetasoundFrontendInterfaceUClassOptions) Reference builder is used to copy node ids for added members so they aren't just regenerated with NewGuid. | MetasoundFrontendDocumentBuilder.h |
AddInterface(FName)
Description
Adds an interface and associated inputs and outputs.
| Name | AddInterface |
| 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 AddInterface
(
FName InterfaceName
)
AddInterface(FName, bool, const FMetaSoundFrontendDocumentBuilder *)
Description
Internal AddInterface call for use in rebuild preset root graph If bAddUserModifiableInterfaceOnly is true, only user modifiable interfaces can be added (see FMetasoundFrontendInterfaceUClassOptions) Reference builder is used to copy node ids for added members so they aren't just regenerated with NewGuid.
| Name | AddInterface |
| 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 AddInterface
(
FName InterfaceName,
bool bAddUserModifiableInterfaceOnly,
const FMetaSoundFrontendDocumentBuilder * ReferenceBuilder
)