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