Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include | #include "MetasoundExecutableOperator.h" |
Syntax
template<typename OperatorType>
struct TPostExecuteFunctionAdapter
Remarks
Helper to determine whether an PostExecute(...) function exists.
Note: This helper must be instantiated inside the functions and cannot be part of the `TExecutableOperator
Functions
| Type | Name | Description | |
|---|---|---|---|
| IOperator::FPostExecuteFunction | Returns an IOperator::FPostExecuteFunction if the OperatorType has a PostExecute(...) class member function. |