Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
References
| |
|
| Module |
MetasoundGraphCore |
| Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundBuilderInterface.h |
| Include |
#include "MetasoundBuilderInterface.h" |
Syntax
class IOperatorBuilder
IOperatorBuilder
Defines an interface for building a graph of operators from a graph of nodes.
Destructors
| |
Type |
Name |
Description |
 |
|
|
|
Functions
| |
Type |
Name |
Description |
 |
TUniquePtr< IOperator > |
|
Build a graph operator from a graph.@params InParams - Input parameters for building a graph. |
Typedefs