Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeClassRegistry
Description
Create a MetaSound Node with the given registration key and Init Data. The node will be created with a default interface.
Returns an invalid TUniquePtr<> if the key is not in the registry. Registers a node as a converter node
| Name | RegisterConversionNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
bool RegisterConversionNode
(
const FConverterNodeClassRegistryKey & InConversionKey,
const FConverterNodeClassInfo & InNodeInfo
)