Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema
- UEdGraphSchema::CreateDefaultNodesForGraph()
- UMetasoundEditorGraphSchema::CreateDefaultNodesForGraph()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
virtual void CreateDefaultNodesForGraph
&40;
UEdGraph & Graph
&41; const
Remarks
Populate new graph with any default nodes
Parameters
| Name | Description |
|---|---|
| Graph | Graph to add the default nodes to |
| ContextClass | If specified, the graph terminators will use this class to search for context for signatures (i.e. interface functions) |