
Description
π― What does it do?
BlueprintOutline is a visual assistant tool for Unreal Engine. It converts complex Blueprint graphs into a clean, navigable execution tree β making it faster to understand, organize, debug, and document your logic. See the entire execution flow from Events to Nodes in a structured, hierarchical panel. Go further with one-click human-readable documentation export in plain text or Markdown.
π§© Why is it needed?
In large Blueprint graphs, following execution flow is difficult and time-consuming. BlueprintOutline shows your entire logic in a tree-view panel directly inside the Blueprint Editor. Double-clicking any node instantly takes you to that exact point in the graph. Macros and Collapsed Graphs are expanded automatically. And when you need to share or review your logic, the built-in Documentation System converts your Blueprint into readable, noise-free text β no K2Node clutter, just clean output with inline pin values like Duration = 3.0 or Target = Character.
β Features
Tree-based navigation (Event β Branch / Sequence β Nodes)
Human-readable Blueprint Documentation (K2-noise-free)
Inline pin values in documentation (Condition = true, Target = Decal, Duration = 3.0)
Copy & Export as Plain Text (.txt) or Markdown (.md)
Node pin details on hover β INPUTS / OUTPUTS listing
Jump-to-node with double-click
Node Renaming (for Custom Events)
Node Comments (using native comment bubble)
Bookmark System β save and return to important nodes
Advanced Search & Filters β real-time, with regex support
Keyboard Shortcuts (Ctrl+F, Ctrl+R, Ctrl+E, Ctrl+A, Ctrl+C)
Branch & Sequence Support β True/False paths clearly shown
Async Build System β handles large Blueprints without freezing the editor
Multi-Editor Support β each Blueprint Editor window gets its own independent panel
Full Localization β English and Turkish
π Who is it for?
Game developers working in Unreal Engine 5
Technical designers managing complex Blueprint systems
Indie teams and non-coders who rely heavily on Blueprints
Anyone who needs to review, document, or hand off Blueprint logic
π οΈ Key Benefits
Instant navigation in large or messy Blueprint graphs
Export Blueprint logic as readable documentation β share with your team or use for code reviews
Works immediately after installation β no setup, no configuration
Zero runtime overhead β editor-only plugin, nothing added to your game build
Each Blueprint Editor window operates independently
Supports Unreal Engine 5.3 through 5.8
π Compatibility
Unreal Engine 5.3 β 5.8
Windows 64-bit & Mac
Editor-only plugin (no runtime impact)
π Documentation & Support
User Guide: https://mchtmzffr.github.io/blueprint-outline/
Technical Documentation: https://docs.google.com/document/d/1fsdCR7YVo-pAa84UjqE1MNGN8E3viBLM/edit?usp=sharing&ouid=115894668752410085817&rtpof=true&sd=true
YouTube Overview: https://youtu.be/fRqK18ZJ2pw?si=OhPDag9bhLQS2CZP
Reddit Community & Support: https://www.reddit.com/r/BlueprintOutline/



