Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IOperator
- FNoOpOperator
- FOutputOperator
- TVariableAccessorOperator
- TVariableDeferredAccessorOperator
- TVariableOperator
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include | #include "MetasoundExecutableOperator.h" |
Syntax
class FNoOpOperator : public Metasound::IOperator
Remarks
FNoOpOperator is for IOperators which do not perform any execution. Their only behavior is to perform operations on constructor or through the Bind(...) methods.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| FExecuteFunction | Return the execution function to call during graph execution. | ||
| FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. | ||
| FResetFunction | Return the reset function to call during graph execution. |