Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- INodeTemplate
- FRerouteNodeTemplate
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeTemplateRegistry.h |
| Include | #include "MetasoundFrontendNodeTemplateRegistry.h" |
Syntax
class INodeTemplate
Remarks
Base interface for a node template, which acts in place of frontend node class and respective instance(s). Instances are preprocessed, allowing for custom graph manipulation prior to generating a respective runtime graph operator representation.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| 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. |