Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Convenience class for supporting the IOperator interface's GetExecuteFunction virtual member function.
Derived classes should inherit from this template class as well as implement a void Execute() member function. class MyOperator : public TExecutableOperator
| Name | TExecutableOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include Path | #include "MetasoundExecutableOperator.h" |
Syntax
template<class DerivedOperatorType>
class TExecutableOperator : public Metasound::IOperator
Derived Classes
TExecutableOperator derived class hierarchy
- FGraphOperator
- FMetronomeOperatorBase
- TArrayConcatOperator
- TArrayGetOperator
- TArrayLastIndexOperator
- TArrayNumOperator
- TArrayRandomGetOperator
- TArraySetOperator
- TArrayShuffleOperator
- TArraySubsetOperator
- TAutoConverterNode::FConverterOperator
- TRandomNodeOperator
- TReceiverOperator
- TSendOperator
- TTriggerAccumulatorOperator
- TTriggerCompareNodeOperator
- TValueOperator
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TExecutableOperator() |
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 |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ExecuteFunction
(
IOperator* InOperator |
MetasoundExecutableOperator.h |