[Plugin] Blueprint AI Context Exporter — Export BP execution flow as AI-readable Markdown (UE 5.4–5.8)

Hi everyone,

I just released Blueprint AI Context Exporter on Fab — a small utility plugin that lets you
right-click any Blueprint node and instantly copy the execution flow as clean, AI-readable Markdown.

If you’ve ever tried pasting a screenshot of a messy Blueprint graph into ChatGPT/Claude and asking
“what’s wrong with this?”, this plugin is meant to solve that. It converts the graph into structured
text (variables, types, branches, casts, loops, macros, timelines, EnhancedInput, async nodes…)
so the AI actually understands what’s happening.

Features:

  • Right-click any Blueprint event node → “Copy AI Context”
  • Full execution flow export: variables, types, branches, casts, loops
  • Supports EnhancedInput, Macros, Timelines, Async nodes, and more
  • Built-in prompts: Explain / Review / Improve / Custom Templates
  • Preview window to check output before copying
  • Japanese/English UI auto-detection
  • No C++ required — works with Blueprint-only projects
  • Compatible with UE 5.4 / 5.5 / 5.6 / 5.7 / 5.8

Demo video: https://youtu.be/z8hN0PNVNTU
Fab listing: Blueprint AI Context Exporter | Fab

Would love to hear feedback, especially edge cases with complex graphs that don’t export cleanly.
Happy to add support for anything that’s missing.

Thanks!