Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FGraphBuilder
Description
Create a INode from a document representation of the node.
Note: This does not connect the node or place it in any graph.
| Name | CreateNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraphBuilder.h |
| Include Path | #include "MetasoundFrontendGraphBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendGraphBuilder.cpp |
static TUniquePtr < INode > CreateNode
(
const FCreateNodeParams & InParams
)