Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FExecuter
Description
Return the FPostExecute function to call during graph post execution.
The IOperator* argument to the FPostExecutionFunction 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 post executed.
Virtual Inheritance
- IOperator::GetPostExecuteFunction → FExecuter::GetPostExecuteFunction
| Name | GetPostExecuteFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include Path | #include "MetasoundExecutableOperator.h" |
virtual IOperator::FPostExecuteFunction GetPostExecuteFunction()