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 OperatorType>
struct TFacadeOperatorClass
Remarks
TFacadeOperatorClass encapsulates an operator type and checks that the required static functions exist to build the facade operator class. It is required to call the FNodeFacade template constructor.