Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/NodeTemplates
Inheritance Hierarchy
- INodeTemplate
- FRerouteNodeTemplate
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/NodeTemplates/MetasoundFrontendNodeTemplateReroute.h |
| Include | #include "NodeTemplates/MetasoundFrontendNodeTemplateReroute.h" |
Syntax
class FRerouteNodeTemplate : public Metasound::Frontend::INodeTemplate
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendNodeInterface | CreateNodeInterfaceFromDataType
(
FName InDataType |
||
| const FNodeRegistryKey & |
Overridden from INodeTemplate
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< INodeTransform > | GenerateNodeTransform
(
FMetasoundFrontendDocument& InDocument |
Generates node transform that can cache document state for use when individually preprocessing nodes. | |
| const FMetasoundFrontendClass & | Returns the class definition for the given node class template. | ||
| const FMetasoundFrontendVersion & | GetVersion () |
Returns the version of the given node class template. | |
| bool | HasRequiredConnections
(
FConstNodeHandle InNodeHandle |
Returns whether or not the given node template has the necessary required connections to be preprocessed (editor only). | |
| bool | IsValidNodeInterface
(
const FMetasoundFrontendNodeInterface& InNodeInterface |
Given the provided node interface, returns whether or not it conforms to an expected format that can be successfully manipulated by a generated node template preprocessor. |