Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/NodeTemplates
Inheritance Hierarchy
- INodeTemplate
- FNodeTemplateBase
- FRerouteNodeTemplate
- FInputNodeTemplate
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::FNodeTemplateBase
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendNodeInterface | CreateNodeInterfaceFromDataType
(
FName InDataType |
||
| const FNodeRegistryKey & |
Overridden from INodeTemplate
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FMetasoundFrontendClassInputDefault > * | FindNodeClassInputDefaults
(
const FMetaSoundFrontendDocumentBuilder& InBuilder, |
||
| FMetasoundFrontendNodeInterface | |||
| TUniquePtr< INodeTemplateTransform > | Generates node transform that is used to preprocess nodes. | ||
| TUniquePtr< INodeTransform > | GenerateNodeTransform
(
FMetasoundFrontendDocument& InPreprocessedDocument |
||
| const FMetasoundFrontendClassName & | GetClassName () |
Returns note template class name. | |
| const FMetasoundFrontendClass & | Returns the class definition for the given node class template. | ||
| FText | GetNodeDisplayName
(
const IMetaSoundDocumentInterface& DocumentInterface, |
||
| EMetasoundFrontendVertexAccessType | GetNodeInputAccessType
(
const FMetaSoundFrontendDocumentBuilder& InBuilder, |
Returns access type of the given input within the provided builder's document. | |
| EMetasoundFrontendVertexAccessType | GetNodeOutputAccessType
(
const FMetaSoundFrontendDocumentBuilder& InBuilder, |
Returns access type of the given output within the provided builder's document. | |
| const FMetasoundFrontendVersionNumber & | Returns note template class version. | ||
| bool | HasRequiredConnections
(
const FMetaSoundFrontendDocumentBuilder& InBuilder, |
Returns whether or not the given node template has the necessary required connections to be preprocessed (editor only). | |
| bool | Returns whether template can dynamically assign a node's input access type (as opposed to it being assigned on the class input definition) | ||
| bool | Whether or not input connections are user modifiable. | ||
| bool | Returns whether template can dynamically assign a node's output's access type (as opposed to it being assigned on the class output definition) | ||
| bool | Whether or not output connections are user modifiable. | ||
| 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 transform. |
Constants
| Name | Description |
|---|---|
| ClassName | |
| VersionNumber |