Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundFacade.h |
| Include | #include "MetasoundFacade.h" |
Syntax
template<typename U>
class TIsNodeInfoDeclared
Remarks
Helper template to determine whether a static class function is declared for a given template class.
Constants
| Name | Description |
|---|---|
| Value | If the function exists, then "Value" is true. Otherwise "Value" is false. |