Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle CreateEmptySubgraph
&40;
const FMetasoundFrontendClassMetadata & InInfo
&41;
Remarks
Creates and inserts a new subgraph into this graph using the given metadata. By calling AsGraph() on the returned node handle, callers can modify the new subgraph. Handle to the subgraph node. On error, the handle is invalid.
Parameters
| Name | Description |
|---|---|
| InInfo | Metadata for the subgraph. |