Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- FNoOpOperator
- FOutputOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundOutputNode.h |
| Include | #include "MetasoundOutputNode.h" |
Syntax
class FOutputOperator : public Metasound::FNoOpOperator
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOutputOperator
(
const FVertexName& InVertexName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| void | BindInputs
(
FInputVertexInterfaceData& InVertexData |
BindInputs binds data references in the IOperator with the FInputVertexInterfaceData. | |
| void | BindOutputs
(
FOutputVertexInterfaceData& InVertexData |
BindOutputs binds data references in the IOperator with the FOutputVertexInterfaceData. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FDataReferenceCollection | GetInputs () |
GetInputs() has been replaced by BindInputs(FInputVertexInterfaceData&). | |
| FDataReferenceCollection | GetOutputs () |
GetOutputs() has been replaced by BindOutputs(FOutputVertexInterfaceData&) |