Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IOperator
- FExecuter
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include | #include "MetasoundExecutableOperator.h" |
Syntax
class FExecuter : public Metasound::IOperator
Remarks
Wraps an IOperator and provides an Execute() member function.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExecuter () |
|||
FExecuter
(
FOperatorPtr InOperator |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
||
| bool | IsNoOp () |
||
| bool | IsValid () |
||
| void | PostExecute () |
||
| TUniquePtr< IOperator > | |||
| void | Reset
(
const IOperator::FResetParams& InParams |
||
| void | SetOperator
(
FOperatorPtr InOperator |
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. | |
| IOperator::FExecuteFunction | Return the execution function to call during graph execution. | ||
| IOperator::FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. | ||
| IOperator::FResetFunction | Return the reset function to call during graph execution. |
Typedefs
| Name | Description |
|---|---|
| FOperatorPtr |