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