Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- INodeBase
- INode
- FNode
- FNodeFacade
- TNodeFacade
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundFacade.h |
| Include | #include "MetasoundFacade.h" |
Syntax
template<typename OperatorType>
class TNodeFacade : public Metasound::FNodeFacade
Remarks
TNodeFacade further reduces boilerplate code by allowing shorthand node implementations. in the form: TNodeFacade
Constructors
| Type | Name | Description | |
|---|---|---|---|
TNodeFacade
(
const FNodeInitData& InInitData |