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
Constants
| Name |
Type |
Remarks |
Include Path |
| Value |
bool |
If the function exists, then "Value" is true. Otherwise "Value" is false. |
MetasoundFacade.h |