Blueprint Intelligence - Convert Blueprints to C++ code automatically

Blueprint Intelligence transforms your blueprints into clean, performant C++ code with the power of Agentic AI, integrated directly into the Unreal Editor. Enjoy fast conversion from the Content Browser or Blueprint Editor.

Discounted price for the beta early adopters, price will go up next update!

Trailer
Documentation

Discord Server

Key Features:

  • Convert multiple blueprints at the same time

  • Fast and accurate code generation

  • Use your favorite AI provider with full compatibility (OpenAI, OpenRouter, Local, etc.)

  • Context-aware generation respecting inheritance hierarchies, blueprint references and interfaces

Stop translating Blueprints manually. Automate the tedious work so you can focus on what truly matters.

Technical Details:

  • Dependencies: Requires "PythonScriptPlugin" and "EditorScriptingUtilities"

Conversion failed for /Game/Blueprints/SandboxCharacter_Mover.SandboxCharacter_Mover: LLM call failed (HTTP 400): { “error”: { “message”: “Unsupported parameter: ‘response_format’. In the Responses API, this parameter has moved to ‘text.format’. Try again with the new parameter. See the API documentation for more information: https://platform.openai.com/docs/api-reference/responses/create.”, “type”: “invalid_request_error”, “param”: null, “code”: “unsupported_parameter” } }

Hey @lesion9391 , thanks for your purchase! I just update the plugin so now it’s compatible with OpenAI and the Response API, let me know if you have any other issue

Thank you. The error is no longer showing up, but now it says “insufficient quota”. Why is there insufficient quota? I can use Codex just fine in Visual Studio Code. Why is that? Can you take a screenshot to show me how to set it up?

You probably ran out of credits in the API, the credits are different from the usage in Codex I believe

Can any AI model be used? Are there any restrictions?

Yes any AI model can be used. OpenRouter is good if you want access to all models. There’s support for all the providers (OpenAI, Anthropic, OpenRouter, etc) as long as they support the Responses API, which most do