BlueprintsLab - Ultimate Blueprint Generator

The revolutionary AI co-pilot that transforms your ideas into functional, clean Blueprint graphs in seconds. Write a prompt in any language, and watch the logic build itself. Stop wiring, start creating.

Video Trailer
Frequently Asked Questions (FAQ)
Discord Server

Roadmap & Changelog

Documentation

Have you ever felt stuck?

You know what you want to build, but you're lost in a sea of nodes. You've watched hours of tutorials, but the logic still doesn't click. Or maybe you're a seasoned dev, tired of wiring the same boilerplate for the tenth time while a brilliant idea fades from your mind.

We've all been there. That's why we built this.

Ultimate Blueprint Generator is not just another editor utility, it's a fundamental shift in how you will interact with Unreal Engine. It's your personal AI co-pilot, designed to be a revolutionary partner in your development journey. Describe your goal in plain English, or nearly any other language, and watch as clean, efficient, and professional Blueprint graphs are generated right before your eyes.

This is the tool we wish we had when we were starting. It's the ultimate learning aid, the ultimate prototyper, and the ultimate time-saver.

Why Ultimate Blueprint Generator is an Essential Investment

đź§  Think in Your Language. Create in Unreal.
This is not a simple translation tool. Our AI has a deep, contextual understanding of multiple languages. Whether you think in English, Spanish, German, Chinese, Russian, or more, you can now build complex logic without ever translating a thought. The language barrier is officially broken.

⚡ The Fastest Way to Master Blueprints.
Stop guessing. Stop making bad habits. See the "right way" to build logic, instantly. This tool is like a 24/7 senior developer on your shoulder, showing you best practices for everything from simple functions to complex control flow.

🚀 Accelerate Your Workflow from Hours to Seconds.
Time is your most valuable resource. Stop wasting it on tedious, repetitive tasks. Automate the creation of variables, functions, loops, branches, and custom events. Focus your energy on what truly matters: your game's design and creativity.

🔓 Own Your Tools. No Black Boxes.
Your purchase includes the full, unrestricted C++ source code. This is our promise of transparency and our commitment to your power as a developer. Learn from our code, modify it to fit your studio's pipeline, and rest easy knowing you have total ownership and control over your tools.

Core Capabilities at a Glance

  1. Full Function & Event Lifecycle: Create and edit functions and create new Custom Events with parameters.

  2. Complete Variable Control: Create new persistent variables, or get and set existing ones—including components like your Character Mesh.

  3. Advanced Control Flow: Generate robust if/else Branches, for-each Loops, and intelligent switch statements for Enums and FNames.

  4. Intelligent & Clean: Our layout engine builds clean, readable graphs and avoids clutter like redundant "Self" nodes. Automatic commenting is also supported.

  5. Multi-API Support: Use Google's powerful Gemini models(for free) or OpenAI's GPT series. The choice is yours.

  6. Synergy-Ready: Designed to work hand-in-hand with our C++ Prompt Generator for the ultimate AI-driven workflow. (Also available on Fab).

âť—Important Information & Disclaimer
  • This is a Beta Release: You are joining us on the ground floor. While the core features are stable and powerful, bugs may occur. Your feedback and bug reports are invaluable and will directly shape the future of this tool.

  • You Need Your Own API Key: This plugin is an interface. It requires an active account and API key from either Google (for Gemini) or OpenAI. You are responsible for any costs incurred from your usage of their services, which are subject to their respective pricing and terms of service.

  • AI is a Co-Pilot, Not an Autopilot: AI-generated content can sometimes be unpredictable or incorrect. You are responsible for reviewing, testing, and validating all generated Blueprints before use in a production environment.

  • Licensing: This plugin is licensed per-seat. The included source code is for your use in projects and for educational purposes. Reselling or redistributing the plugin or its source code in any form is strictly prohibited. The Fab Marketplace is the only legal source for this plugin.

This is more than a plugin. It's an investment in your skills, your time, and your creative freedom. Stop wiring. Start creating. Get Ultimate Blueprint Generator today.

will definitely need to check this out, looks pretty promising. Are GameplayTags supported as well? Can this plugin make corrections or add blueprint code on top of my existing code?

Both of the features you’ve mentioned are set to come with upcoming updates! Happy to answer any other question you might have, and I recommend using Discord as I’m active there all the time.

Will this have the ability to scan and learn your entire project locally so it can recommend new logic that falls in line with your current projects architecture and recommend where to put that code you are asking it for? Seems like a cool plugin but may have some shortfalls. hopefully you expand on it in the future with more abilities.

That goes deep in complexity. It is achievable but it will take a few updates to get there. It’s definitely on the roadmap.

Scanning the entire project might be a bit too big of a task though because the blueprint code from inside your classes will have to be turned into json format and parsed over to the AI Provider of choice. And I can only imagine the amount of tokens that would be parsed over. While this is technically possible, there might be some limitations on the AI side of things.

But I’m considering adding the option to use a local LLM so that people could eventually run a scan on the entire project without having to worry about tokens.