Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
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.
| Name | TFacadeOperatorClass |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundFacade.h |
| Include Path | #include "MetasoundFacade.h" |
Syntax
template<typename OperatorType>
struct TFacadeOperatorClass
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | OperatorType | Require that OperatorType is subclass of IOperator. | MetasoundFacade.h |