Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Helper template to determine whether a member function is declared for a given template class.
| Name | TIsPostExecuteMethodDeclared |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundExecutableOperator.h |
| Include Path | #include "MetasoundExecutableOperator.h" |
Syntax
template<typename U>
class TIsPostExecuteMethodDeclared
Structs
| Name | Remarks |
|---|---|
| Helper |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | MetasoundExecutableOperator.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint8 Check
(
Helper< void(T::*)(),&T::PostExecute >* |
MetasoundExecutableOperator.h | ||
static uint16 Check
(
... |
MetasoundExecutableOperator.h |