Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IInterfaceRegistryEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool UpdateRootGraphInterface
(
FDocumentHandle InDocument |
How to update a given document if versioning is required to this interface from a deprecated version. | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
bool UpdateRootGraphInterface
(
FMetaSoundFrontendDocumentBuilder& InDocumentBuilder |
Interfaces/MetasoundFrontendInterfaceRegistry.h |
UpdateRootGraphInterface(FDocumentHandle)
Description
How to update a given document if versioning is required to this interface from a deprecated version.
| Name | UpdateRootGraphInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
virtual bool UpdateRootGraphInterface
(
FDocumentHandle InDocument
) const
UpdateRootGraphInterface(FMetaSoundFrontendDocumentBuilder &)
| Name | UpdateRootGraphInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
bool UpdateRootGraphInterface
(
FMetaSoundFrontendDocumentBuilder & InDocumentBuilder
) const