Skip to content

Blueprint Graph Exporter

Module: Tech · Category: QA · Tool ID: BlueprintGraphExporter

Three-tab Blueprint graph exporter. Single Export exports one Blueprint to JSON or Markdown. Batch Export scans and exports all Blueprints in a folder. Graph Viewer inspects graph structure with color-coded node categories. Useful for documentation, code review, archival, and Git-friendly Blueprint diffs.

Screenshot 01 — Hero shot — Exporter on Single Export tab with a Blueprint loaded, format set to Markdown, graph + node count visible.


  • Generating Blueprint documentation for a wiki or design doc
  • Code review of Blueprint changes (Git can’t diff .uasset meaningfully; Markdown export is human-readable)
  • Archival — preserving Blueprint logic outside UE
  • Quick graph inspection without opening the BP editor
  • Don’t expect this to round-trip — export-only; no import-from-JSON
  • Don’t expect graph rendering — text/structural export only

  1. Open the EQLabs Hub and search for Blueprint Export (or browse to Tech → QA)
  2. Click the tool card
  3. Use the tab bar: Single Export / Batch Export / Graph Viewer

FieldWhat it doesDefault
Blueprint pickerThe BP to export(empty)
Format comboJSON / MarkdownJSON
Include CommentsInclude comment nodestrue
Include Variable ValuesCapture default valuesfalse
Output PathSave destination(configurable)
Export GraphWrites the file
Open Output FolderOpens the folder in file explorer
FieldWhat it doesDefault
Batch Scan PathFolder to scan/Game
Format comboJSON / Markdown
Scan BlueprintsWalks the folder
Export AllExports every BP in the list
Export SelectionExports only checked rows
Batch listPer-BP row: name, graph count, node count, exported flag
FieldWhat it does
Blueprint pickerThe BP to inspect
Graph comboPick a graph within the BP
Nodes listPer-node: title, class, category (Event / Function / FlowControl / Variable), pin count
Copy Node SummaryPlain-text dump

Color-coded node categories make graph structure easy to read at a glance.

Screenshot 02 — Graph Viewer — Viewer with a Blueprint loaded, graph picked, nodes list showing color-coded categories.


  1. Switch to Single Export
  2. Drop the BP, pick Markdown format
  3. Set Output Path, click Export Graph
  4. The Markdown file is human-readable for wikis / pull-request descriptions
  1. Switch to Batch Export
  2. Set Scan Path, click Scan Blueprints
  3. Click Export All for the whole folder, or select rows + Export Selection
  1. Switch to Graph Viewer
  2. Drop a BP, pick a graph
  3. Read node list with color-coded categories

Per-tab settings persist to [Project]/Saved/EQLabs/Settings/BlueprintGraphExporter.json.


  • JSON files — structured representation of the graph
  • Markdown files — human-readable summary
  • In-panel graph viewer — read-only inspection
  • No BP edits — export-only

  • Markdown is best for code review — human-readable, Git-friendly, can be embedded in PR descriptions
  • JSON is best for tooling — feed into custom dashboards or analysis tools
  • Variable values capture is optional — if your BP has sensitive defaults, leave it off


Report an issue with this tool

Opens our feedback form in a new tab with the tool name pre-filled.