Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Helper template to determine whether a static class function is declared for a given template class.
| Name | TIsNodeInfoDeclared |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundFacade.h |
| Include Path | #include "MetasoundFacade.h" |
Syntax
template<typename U>
class TIsNodeInfoDeclared
Structs
| Name | Remarks |
|---|---|
| Helper |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | If the function exists, then "Value" is true. Otherwise "Value" is false. | MetasoundFacade.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint8 Check
(
Helper< const FNodeClassMetadata&(*)(),&T::GetNodeInfo >* |
Check for "static const FNodeClassMetadata& U::GetNodeInfo()". | MetasoundFacade.h | |
static uint8 Check
(
Helper< FNodeClassMetadata(*)(),&T::GetNodeInfo >* |
Check for "static FNodeClassMetadata U::GetNodeInfo()". | MetasoundFacade.h | |
static uint16 Check
(
... |
MetasoundFacade.h |