XRXRVP Collective · Tools
Unreal Engine PluginEditor Workflow ToolXRVP Tooling

BAIB — Blueprint AI BridgeBlueprint-focused optimisation for AI-heavy editor workflows

BAIB — Blueprint AI Bridge is an Unreal Engine editor tool aimed at reducing Blueprint token overhead and making AI-oriented Blueprint workflows more efficient to inspect, manage, and iterate on inside the editor.

Quick Summary
  • BAIB compresses your Blueprint graphs into compact, AI-readable payloads, up to 97% smaller. So you can work with any LLM without burning through tokens.
  • Built for Blueprint-heavy Unreal Engine workflows. Get advice and instruction, or pastable code.
  • Focused on reducing token overhead and saving time.
  • Works with ChatGPT, Claude, Gemini, DeepSeek, or any text-based LLM.
BAIB Blueprint AI Bridge — interface overview
What It Is

This tool is aimed at teams and individuals working with complex Blueprint graphs where token count, editor readability, and AI-related Blueprint processing can become a practical bottleneck.

Why It Exists

The goal is to help Blueprint-based AI workflows stay manageable by improving efficiency and reducing unnecessary overhead during editor-side iteration and analysis.

Two ways to work with AI

Two ways to use AI with Blueprints

Advice Mode

Send your Blueprint to AI and get explanations, reviews, and suggestions back in plain text. You stay in control — the AI advises, you decide what to change. Reliable, clear, and a natural place to start.

  • Understand a Blueprint you didn't write
  • Get a second opinion on your logic
  • Ask for refactoring or performance suggestions
  • Debug unexpected behaviour with full graph context
  • Advice+ includes bodies of called functions — no more context switching
RT Mode — Round Trip

Your Blueprint is compressed, sent to AI, edited, and reconstructed back into valid Unreal clipboard data. Paste it straight back into your graph. Powerful for focused edits — and being actively improved with every release.

Not sure which to use? Start with Advice. Once you're comfortable with the workflow and how your AI responds to Blueprint context, try RT for targeted changes.
RT Mode — what it can and can't do

Round-trip reconstruction works well for clean, focused edits described precisely. It gets harder with large graphs, unusual node types, or broad requests. If a reconstruction comes back wrong, you'll see warnings — and pasting back into Unreal is always undo-able.

We're actively improving RT mode. Feedback and output logs sent to fab.xrvp@gmail.com directly inform what gets fixed next.

What RT mode preserves on reconstruction
  • Original node positions and GUIDs
  • All pin IDs and Unreal internal references
  • Timeline nodes — always restored exactly as captured, never modified
  • Variable references and function bindings
  • Connection integrity validated against a wire manifest before reconstruction
The workflow

How it works — Advice Mode

The simplest path. AI advises, you decide.

1

Select the nodes you want to discuss in your Blueprint graph

2

Compress the selection into an AI-readable format and copy to clipboard

Ctrl+Shift+Ckeyboard shortcut
Panel: Click 'Copy for AI' in the BAIB panel, then select Advice or Advice+ mode
3

Paste into your AI of choice — ChatGPT, Claude, Gemini, DeepSeek, anything that takes text — and add your question or request

4

Read the AI's response — explanations, suggestions, or a review in plain text

5

Apply the changes yourself in Unreal. You stay in control at every step.

Open the panel with Ctrl+Shift+B. The panel is dockable inside the editor — no browser, no external app.

The workflow

How it works — RT Mode

Compress, AI edits, paste back. Focused changes on clean graphs work best.

1

Select nodes in your Blueprint graph

2

Compress the selection and copy to clipboard

Ctrl+Shift+Ckeyboard shortcut
Panel: Click 'Copy for AI' in the BAIB panel
3

Paste into your AI with the provided system prompt and your request

4

Copy the AI's reply

5

Reconstruct the edited graph

Ctrl+Shift+Vkeyboard shortcut
Panel: Click 'Paste from AI' in the BAIB panel
6

Ctrl+V in Unreal — paste into your graph. Done.

Open the panel with Ctrl+Shift+B. The panel is dockable inside the editor — no browser, no external app.

Encoding modes

7 encoding modes

Use RT2 for editing, Advice for reviews, and the visual modes — ASCII, Box, Pseudo, Mermaid — any time you need to quickly understand or document a Blueprint you didn't write.

ModeWhat it does
RT2Round-trip editing — compress, AI edits, paste back
AdviceAI-readable summary for explanations and reviews
Advice+Same as Advice, but includes bodies of called local functions
ASCIIExec-flow flowchart in plain text
BoxBordered node diagram with data flow
PseudoPlain-English pseudocode — readable by anyone
MermaidFlowchart for GitHub, Obsidian, or any Mermaid renderer
Beyond AI workflows

ASCII · Box · Pseudo · Mermaid

These modes are useful well outside AI workflows — a fast way to understand or document any Blueprint without opening it in the editor. Paste a Mermaid diagram into GitHub or Obsidian, share a Pseudo output with a non-technical collaborator, or use ASCII and Box to quickly map out graph logic on your own.

Token savings
97%
smaller payloads

Live token estimates on every conversion. More context space means fewer interruptions, better responses, and lower API costs.

Technical
EngineUE 5.5, 5.6, 5.7
PlatformWindows and Mac (editor only)
Runtime costNone — editor plugin only
Works withChatGPT, Claude, Gemini, DeepSeek, or any text-based LLM
ShortcutsCtrl+Shift+C · Ctrl+Shift+V · Ctrl+Shift+B
Account requiredNo
Feedback & roadmap

RT Mode is a living feature. Known areas being worked on: improved handling of complex struct pins, expanded node type coverage, better LLM guidance in the system prompt, and reduced need for manual correction on larger graphs.

Send outputs, broken reconstructions, or anything surprising to fab.xrvp@gmail.com. The more examples we see, the faster this improves.

Available on Fab

Get BAIB — Blueprint AI Bridge through the store

Questions or feedback? fab.xrvp@gmail.com