Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/NodeTemplates
Inheritance Hierarchy
- INodeTemplate
- FNodeTemplateBase
- FAudioAnalyzerNodeTemplate
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/NodeTemplates/MetasoundFrontendNodeTemplateAudioAnalyzer.h |
| Include | #include "NodeTemplates/MetasoundFrontendNodeTemplateAudioAnalyzer.h" |
Syntax
class FAudioAnalyzerNodeTemplate : public Metasound::Frontend::FNodeTemplateBase
Overridden from INodeTemplate
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendNodeInterface | |||
| TUniquePtr< INodeTemplateTransform > | Generates node transform that is used to preprocess nodes. | ||
| const FMetasoundFrontendClassName & | GetClassName () |
Returns note template class name. | |
| const FMetasoundFrontendClass & | Returns the class definition for the given node class template. | ||
| 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 | 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 |