Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | IInterfaceRegistryEntry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
Syntax
class IInterfaceRegistryEntry
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IInterfaceRegistryEntry() |
Interfaces/MetasoundFrontendInterfaceRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMetasoundFrontendInterface & GetInterface() |
MetaSound Interface definition. | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
FName GetRouterName() |
Name of routing system used to update interface inputs (ex. ParameterInterface or DataReference). | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
virtual bool IsDeprecated() |
Whether or not entry is deprecated or not. If false, entry is checked for validity on registration in editor builds. | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
bool UpdateRootGraphInterface
(
FDocumentHandle InDocument |
How to update a given document if versioning is required to this interface from a deprecated version. | Interfaces/MetasoundFrontendInterfaceRegistry.h |