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 ExportNodesToText
&40;
TSet< UObject &42; > NodesToExport,
FString & ExportedText
&41;
Remarks
Exports a set of nodes to text
Parameters
| Name | Description |
|---|---|
| NodesToExport | Set of nodes to export, all nodes must be in the same graph |
| ExportedText | The text representation will be stored here |