Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
INodeClassRegistryEntry declares the interface for a node registry entry. Each node class in the registry must satisfy this interface.
| Name | INodeClassRegistryEntry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
Syntax
class INodeClassRegistryEntry
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~INodeClassRegistryEntry() |
MetasoundFrontendNodeClassRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
from an asset or c Use the MetaSoundAssetManager to determine if the class has been defined within an asset
(
s |
MetasoundFrontendNodeClassRegistry.h | ||
TUniquePtr< INode > CreateNode
(
FNodeData |
Create a node given FNodeData. | MetasoundFrontendNodeClassRegistry.h | |
const FClassInterface & GetClassInterface() |
Return the FClassInterface for this node class, which includes sub-interface and variant schema information. | MetasoundFrontendNodeClassRegistry.h | |
FVertexInterface GetDefaultVertexInterface() |
MetasoundFrontendNodeClassRegistry.h | ||
const FMetasoundFrontendClass & GetFrontendClass() |
Return a FMetasoundFrontendClass which describes the node. | MetasoundFrontendNodeClassRegistry.h | |
const TSet< FMetasoundFrontendVersion > * GetImplementedInterfaces () |
Returns set of implemented interface versions. | MetasoundFrontendNodeClassRegistry.h | |
bool IsCompatibleNodeConfiguration
(
TConstStructView< FMetaSoundFrontendNodeConfiguration > InNodeConfiguration |
Return whether this entry's node configuration is compatible with the given node configuration. | MetasoundFrontendNodeClassRegistry.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< INodeClassRegistryEntry > Clone() |
Clone this registry entry. | MetasoundFrontendNodeClassRegistry.h | |
virtual TInstancedStruct< FMetaSoundFrontendNodeConfiguration > CreateFrontendNodeConfiguration() |
Optionally create the node extension associated with the node. | MetasoundFrontendNodeClassRegistry.h | |
virtual const FNodeClassInfo & GetClassInfo() |
MetasoundFrontendNodeClassRegistry.h | ||
virtual FName GetModuleName() |
Name of the module registering this node. | MetasoundFrontendNodeClassRegistry.h | |
virtual FName GetPluginName() |
Name of the plugin registering this node. | MetasoundFrontendNodeClassRegistry.h |