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 | UpdateRootGraphInterface
(
FDocumentHandle InDocument |
How to update a given document if versioning is required to this interface from a deprecated version. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Option (renamed 'IsModifiable') is now data driven and accessibly from the interface (via GetInterface) per UClass option. If no class options found, addition/removal is now considered to be implicitly true | ||
| bool | IsDefault () |
UClass name must now be provided to determine if interface is to be apply by default. |