Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundReceiveNode.h |
| Include | #include "MetasoundReceiveNode.h" |
Syntax
template<typename TDataType>
class TReceiveNode : public Metasound::FNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
TReceiveNode
(
const FNodeInitData& InInitData |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVertexInterface | |||
| const FNodeClassMetadata & | GetNodeInfo () |
Overridden from INode
| Type | Name | Description | |
|---|---|---|---|
| FOperatorFactorySharedRef | 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. |