Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- INodeBase
- INode
- FNode
- FOutputNode
- TOutputNode
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundOutputNode.h |
| Include | #include "MetasoundOutputNode.h" |
Syntax
class FOutputNode : public Metasound::FNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOutputNode
(
const FName& InInstanceName, |
Overridden from INode
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IOperatorFactory, ESPMode::ThreadSafe > | Return a reference to the default operator factory. |
Overridden from INodeBase
| Type | Name | Description | |
|---|---|---|---|
| const FVertexInterface & | Return the current vertex interface. | ||
| bool | IsVertexInterfaceSupported
(
const FVertexInterface& InInterface |
Expresses whether a specific vertex interface is supported. | |
| bool | SetVertexInterface
(
const FVertexInterface& InInterface |
Set the vertex interface. If the vertex was successfully changed, returns true. |