Engine Tools

Blueprint Assist

Blueprint Assist is an essential tool for developers looking to automate graph organization. It features intelligent node formatting and extensive keyboard shortcuts to speed up the development process.

Blueprint AssistEngine Tools

Resource overview

Blueprints are powerful, but building them by dragging and right-clicking through menus breaks momentum. Graph readability suffers the moment Nodes stack up and wires cross. Blueprint Assist is an Unreal Engine Editor Plugin that directly targets both 2 problems: it auto-formats Nodes as you work and brings a wide range of keyboard shortcuts to Blueprint editing.

Node Formatting That Runs on Placement

When a user places a Node on the graph, the Node formatting algorithm is run. That is not an optional tidy-up command. It happens automatically during the act of coding, so positions are adjusted immediately. That leaves a readable arrangement without requiring manual alignment or spacing after the fact.

The developer points to a Wiki page that contains animated GIFs for each feature of the plugin. Those examples show exactly how the formatting behaves in practice. Instead of theorizing about what the algorithm does, you can watch Nodes shift into organized positions as new connections are made. For anyone who has spent minutes straightening out a corrupted layout, the convenience is immediate.

This formatting step runs per Node, which means the graph stays clean even during rapid iteration. The algorithm effectively acts as a background layout assistant, keeping spatial relationships legible as the structure grows. That addresses a pain point every Blueprint user eventually hits, because even a well-planned graph degrades without constant manual upkeep.

Keyboard Shortcuts for Creation and Modification

The plugin adds shortcuts for all Node creation and modification functionality that previously required a mouse. The source description says it plainly: no more right-clicking every time you want to create a Node. This moves the core editing loop from context menus to the keyboard.

It is not just about creating fresh Nodes. Shortcuts also cover modification actions that were traditionally pointer-driven. Rerouting wires, changing Pin connections, and other structural edits can all be performed without reaching for the mouse. For Blueprint developers who already use hotkeys for common commands, this expands that workflow to the entire graph editing surface.

Because the shortcut set covers "all Node creation and modification functionality," it is designed to be comprehensive rather than a handful of convenience bindings. Users who prefer a keyboard-centric approach can build entire Node networks without constantly switching between input methods. That speeds up iteration and keeps focus on the logic being assembled.

Quality-of-Life Additions and the AutoSizeComments Pairing

Beyond formatting and shortcuts, Blueprint Assist includes "additional quality of life features and improvements" that ship with the plugin. The exact list is not itemized in the overview, but the intent is clear: these smaller touches smooth out repeated interactions that normally slow Blueprint work. They complement the headline formatting and shortcut features.

There is a notable gap some users might stumble into: Blueprint Assist does not handle Comment Nodes. In a heavily commented Blueprint graph, that can be a reason to look for a companion tool. The developer also suggests downloading the free AutoSizeComments plugin to fix this issue. AutoSizeComments handles Comment Nodes and comes with other useful functionality, according to the description.

This pairing is worth planning from the start. When installing Blueprint Assist, the developer specifically recommends AutoSizeComments as a free companion. That is a rare form of transparency, acknowledging the plugin's own limitation and pointing to a solution rather than ignoring the problem.

Where to Report Issues, Ask Questions, and Track Changes

Support for Blueprint Assist is structured around public channels. If you encounter issues, bugs, or have feature requests, you can create a new issue on the plugin's GitHub repository. For formatting issues specifically, the developer asks for replication steps, screenshots, and blueprintUE files to make debugging easier. These details help narrow down why a particular graph layout behaves unexpectedly.

General questions about the plugin can be posted on its page or on the forum. The developer also provides an email address for private questions. That channel is useful when you do not want to expose a project or graph in public. Between the Wiki, documentation, forum page, and Changelogs, there is a lot of reference material to consult before digging into support.

The Changelog also gives a way to follow the plugin's evolution. Because the developer actively references an internal Wiki, documentation, and forum, Blueprint Assist is not a static tool. It benefits from a public development loop where user feedback can directly shape future releases.

Blueprint Assist fits into a production environment at the point where Blueprint graphs start getting dense. Automatic Node formatting removes the friction of manual layout, and the keyboard shortcuts eliminate repetitive right-clicking. For anyone who wants to pair it with comment support, AutoSizeComments is a free companion that fills the gap the developer chose not to handle. That leaves a more fluid Blueprint editing experience, with fewer interruptions and a graph that stays readable while you work.

Free Download

Download this resource

Loading your download options...

Resources are manually reviewed before listing to improve quality and reduce obvious risks.

Resource archiveBlueprint Assist.7z

Related resources