Interface¶

Generation modes¶
Round-trip¶
Produces reversible VibeBP with the information required for node generation.
Use it to:
- modify an existing graph;
- generate replacement logic;
- reconstruct Blueprint nodes.
AI Debug¶
Produces compact semantic pseudocode for:
- defect finding;
- logic review;
- behavior explanation;
- developer guidance.
AI Debug is non-reversible.
Blueprint structure context¶
Include Blueprint structure and component properties appends optional read-only AI context describing the current Blueprint structure and selected component properties.
This context helps the AI understand existing components and assets. It is ignored during reverse node generation.
Actions¶
Copy AI instruction¶
Copies the instruction bundled with the installed plugin.
Use it before sending VibeBP or AI Debug text to an external AI assistant.
Selected to AI¶
Reads the current Blueprint graph selection directly and generates text in the selected mode.
Generate & copy nodes¶
Converts reversible VibeBP into native Blueprint clipboard text and copies it automatically.
This action is unavailable in AI Debug mode.
Repair imported assets¶
Runs post-paste repair for destination-dependent Blueprint data.
It may create normal variables, repair Timelines, refresh nodes, compile, resolve supported deferred Custom Event calls, and optionally format selected nodes.
Auto-format on repair¶
Formats the selected pasted nodes after repair.
Format selected nodes¶
Arranges selected nodes from left to right using execution and data-flow connections.
The operation supports Undo.
Clear¶
Clears AI text, generated native output, and the current status.
Status strip¶
The status strip appears directly above the AI text block.
It displays successful operations, errors, generated placeholder counts, and clipboard feedback.
AI text¶
The main editable area contains:
- exported VibeBP;
- AI Debug output;
- or AI-generated VibeBP pasted by the user.
Use Copy to clipboard in the header to copy the current text.
Generated Blueprint clipboard text¶
The lower collapsible section contains the native Unreal clipboard representation created from VibeBP.
Most users do not need to edit this text directly.