GraphScribe

Unreal Engine 5v1.1.0

๐Ÿ“– Documentation | ๐Ÿ›ฐ Discord | ๐Ÿ›’ Fab

GraphScribe is an editor plugin for Unreal Engine 5 that exports Blueprint graphs into Markdown, Mermaid, JSON, Graphify, and Obsidian vault formats. It turns .uasset binaries into text and diagrams you can read outside the editor and that AI tools can actually understand.

Document a feature, review Blueprint changes in a pull request, or feed an AI agent a project-wide call graph, no scripting, no build step, just open the editor and export.

Key Features

  • One-click export of a single Blueprint, a whole folder, or just the nodes you selected
  • Clean, human-readable Markdown with variables, functions, graphs, delegates, and widget trees
  • Graphify knowledge graph with stable cross-project links so AI can answer "who calls this function?"
  • Obsidian vault export, one linked note per asset, function, event, and macro
  • Mermaid flowcharts of your graphs and widget hierarchies that render anywhere
  • Full JSON dump of nodes, pins, edges, variables, and diagnostics for custom tooling
  • PR-ready diffs so "changed a binary file" becomes a readable diff