Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual void CreateDefaultNodesForGraph
(
UEdGraph & Graph
) 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) |