Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeTemplateRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const INodeTemplate * FindTemplate
(
const FNodeRegistryKey& InKey |
Find a template with the given key. Returns null if entry not found with given key. | MetasoundFrontendNodeTemplateRegistry.h | |
const INodeTemplate * FindTemplate
(
const FMetasoundFrontendClassName& InClassName |
Find a template with the given class name with the highest version. Returns null if entry not found with given name. | MetasoundFrontendNodeTemplateRegistry.h |
FindTemplate(const FNodeRegistryKey &)
Description
Find a template with the given key. Returns null if entry not found with given key.
| Name | FindTemplate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeTemplateRegistry.h |
| Include Path | #include "MetasoundFrontendNodeTemplateRegistry.h" |
const INodeTemplate * FindTemplate
(
const FNodeRegistryKey & InKey
) const
FindTemplate(const FMetasoundFrontendClassName &)
Description
Find a template with the given class name with the highest version. Returns null if entry not found with given name.
| Name | FindTemplate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeTemplateRegistry.h |
| Include Path | #include "MetasoundFrontendNodeTemplateRegistry.h" |
const INodeTemplate * FindTemplate
(
const FMetasoundFrontendClassName & InClassName
) const