Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeClassRegistry
Description
Create a MetaSound Node with the given registration key and Node Data
Returns an invalid TUniquePtr<> if the key is not in the registry.
| Name | CreateNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
TUniquePtr < Metasound::INode > CreateNode
(
const FNodeClassRegistryKey & InKey,
Metasound::FNodeData
) const