FEdGraphUtilities::ExportNodesToText

Exports a set of nodes to text

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h

Include

#include "EdGraphUtilities.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp

Syntax

static void ExportNodesToText
(
    TSet< UObject * > NodesToExport,
    FString & ExportedText
)

Remarks

Exports a set of nodes to text

Parameters

Parameter

Description

NodesToExport

Set of nodes to export, all nodes must be in the same graph

ExportedText

The text representation will be stored here

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss