Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEdGraphUtilities
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h |
| Include | #include "EdGraphUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp |
static void ImportNodesFromText
&40;
UEdGraph &42; DestinationGraph,
const FString & TextToImport,
TSet< UEdGraphNode &42; > & ImportedNodeSet
&41;
Remarks
Imports a set of previously exported nodes into a graph
Parameters
| Name | Description |
|---|---|
| DestinationGraph | The target graph to place the imported nodes in |
| TextToImport | The text representation of the nodes to import |
| ImportedNodeSet | The set of nodes that were imported |