Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
FNoOpOperator is for IOperators which do not perform any execution. Their only behavior is to perform operations on constructor or through the Bind(...) methods.
| Name | FNoOpOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include Path | #include "MetasoundExecutableOperator.h" |
Syntax
class FNoOpOperator : public Metasound::IOperator
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNoOpOperator() |
MetasoundExecutableOperator.h |
Functions
Public
Overridden from IOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FExecuteFunction GetExecuteFunction () |
Return the execution function to call during graph execution. | MetasoundExecutableOperator.h | |
virtual FPostExecuteFunction GetPostExecuteFunction () |
Return the FPostExecute function to call during graph post execution. | MetasoundExecutableOperator.h | |
virtual FResetFunction GetResetFunction () |
Return the reset function to call during graph execution. | MetasoundExecutableOperator.h |