Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IOperator
- TExecutableOperator
- FGraphOperator
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphOperator.h |
| Include | #include "MetasoundGraphOperator.h" |
Syntax
class FGraphOperator : public Metasound::TExecutableOperator< FGraphOperator >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphOperator
(
TUniquePtr< DirectedGraphAlgo::FStaticGraphOperatorData > InOperatorData |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendOperator
(
FOperatorPtr InOperator |
Add an operator to the end of the executation stack. | |
| void | Execute () |
||
| void | PostExecute () |
||
| void | Reset
(
const FResetParams& InParams |
||
| void | SetVertexInterfaceData
(
FVertexInterfaceData&& InVertexData |
Set the vertex interface data. |
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| void | BindInputs
(
FInputVertexInterfaceData& InOutVertexData |
Bind the graph's interface data references to FVertexInterfaceData. | |
| void | BindOutputs
(
FOutputVertexInterfaceData& InVertexData |
BindOutputs binds data references in the IOperator with the FOutputVertexInterfaceData. | |
| IOperator::FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. |
Typedefs
| Name | Description |
|---|---|
| FExecuteFunction | |
| FOperatorPtr | |
| FResetFunction | |
| FResetParams |