Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/IOperator
Description
Return the execution function to call during graph execution.
The IOperator* argument to the FExecutionFunction will be the same IOperator instance which returned the execution function.
nullptr return values are valid and signal an IOperator which does not need to be executed.
Derived Overrides
- FExecuter::GetExecuteFunction
- FNoOpOperator::GetExecuteFunction
- TVariableMutatorOperator::GetExecuteFunction
- TExecutableOperator::GetExecuteFunction
| Name | GetExecuteFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundOperatorInterface.h |
| Include Path | #include "MetasoundOperatorInterface.h" |
FExecuteFunction GetExecuteFunction()