Blueprint Insight Pro Documentation
Installation, architecture-scale workflow, generated outputs, review boundaries, and AI-readable report usage for Blueprint Insight Pro.
Blueprint Insight Pro
Unreal Editor analysis plugin for Blueprint architecture reconstruction, cross-system dependency review, and production-scale technical documentation.
Unreal Engine 5.4 - 5.7
Designed for Windows editor workflows and Win64 plugin distribution unless otherwise stated on the product listing.
Architecture-scale Blueprint review.
Blueprint Insight Pro is intended for Blueprint-heavy projects where direct asset relationships are not enough. It focuses on architecture reconstruction, cross-system context, hidden dependency candidates, and AI-readable technical reporting.
Review before refactoring, onboarding, or rebuilding.
Use the generated reports to understand system responsibilities, linked Blueprint relationships, structural patterns, and reconstruction-oriented review order before making large changes.
Recommended First Steps
- Run Blueprint Insight Pro Analysis from the Tools menu.
- Open the generated architecture reports in Saved/BlueprintInsightPro.
- Start with executive_summary.md and rebuild_sequence.md for high-level review.
- Use hidden_dependencies.md and linked_tree.md when preparing refactors or AI-assisted analysis.
Install the Plugin
- Close Unreal Editor.
- Copy the plugin folder into your project's
Pluginsfolder. - Confirm the plugin folder is directly under
<YourProject>/Plugins/. - Reopen the project in Unreal Editor.
- If Unreal asks to rebuild modules, allow the rebuild.
Enable the Plugin
- Open
Edit > Plugins. - Search for
Blueprint Insight Pro. - Enable the plugin if it is not already enabled.
- Restart the editor if Unreal asks you to do so.
Run Blueprint Insight Pro Analysis
- Open your Unreal Engine project.
- Confirm Blueprint Insight Pro is enabled from Edit > Plugins if needed.
- Go to Tools > Blueprint Insight Pro > Run Blueprint Insight Pro Analysis.
- Wait for the progress notification to complete. Large projects may take time.
- Open the generated reports under <YourProject>/Saved/BlueprintInsightPro/.
Blueprint Insight Pro is designed for architecture-scale review. The reports are review guidance and technical documentation, not automatic refactoring instructions.
Generated reports are intended to be inspected by developers and may also be shared with AI assistants for technical discussion.
Report Files
Architecture Review Output
<YourProject>/Saved/BlueprintInsightPro/
README.mdsummary.mdexecutive_summary.mdrebuild_sequence.mdarchitecture_patterns.mdhidden_systems.mdhidden_dependencies.mdlinked_tree.mdphase0_registry_index.mdanalysis_metadata.jsonindex.json
What It Helps Review
- Blueprint architecture structure
- Cross-system dependency reconstruction
- Runtime relationship evidence from static asset structure
- Semantic architecture pattern review
- Hidden dependency candidates
- Rebuild-sequence guidance
- Animation Blueprint and linked tree relationships
- Markdown and JSON technical outputs
- AI-readable architecture context
Review Boundaries
- Blueprint Insight Pro performs static editor-side analysis.
- It does not run gameplay simulation and does not guarantee exact runtime execution order.
- It does not modify Blueprints, gameplay logic, runtime behavior, assets, or project settings.
- It does not automatically refactor or rebuild your project.
- Reports are review guidance and technical documentation, not automatic implementation instructions.
- Large projects may take time to analyze; progress feedback is shown while report generation is running.
Static reports should be treated as evidence-based review material. Runtime behavior, branch conditions, dynamic data, and project-specific design intent may require manual verification inside Unreal Editor.
Do NOT Give AI Only The Full Project Export
When using Insight Ecosystem outputs with AI-assisted workflows, we strongly recommend providing both the full project export and a focused Runtime Package for the specific system currently being modified.
providing BOTH:
- the full project export
- a focused Runtime Package
This is extremely important for long Unreal Engine implementation sessions.
Why?
During large Blueprint-driven workflows, AI may gradually drift from:
system-level runtime reasoning
toward:
localized patch reasoning
especially during manual Blueprint wiring, runtime suppression work, BT/EQS modifications, montage-related implementation, and dispatcher-heavy systems.
The problem is often not lack of information. The problem is:
loss of topology focus
Recommended Workflow
1. Full Insight Export
This provides overall project structure, global topology, and cross-system visibility.
2. Focused Runtime Package
This stabilizes runtime ownership awareness, convergence tracking, orchestration understanding, and cleanup path awareness for the system currently being modified.
Example
For a melee combat modification, a Combat Runtime Package might include:
- related BTTasks
- related BTServices
- related Blackboard assets
- combat orchestration Blueprints
- related AnimBP sections
- related dispatcher / notify data
- related hidden_dependencies excerpts
- related comment_clusters excerpts
while excluding unrelated systems such as UI, unrelated locomotion, unrelated player systems, and unrelated vehicle systems.
Important
This is not primarily about reducing file size. It is about:
stabilizing the AI's runtime attention topology
In practice, this can significantly reduce local patch drift, screenshot anchoring, orchestration confusion, cleanup-path mistakes, and runtime ownership loss during long AI-assisted Unreal Engine sessions.
For more detailed discussion about AI reasoning drift, synchronization rules, structure-first workflows, and runtime orchestration safety, please see:
Return to the product page or Insight Ecosystem.
Use this direct documentation page for Fab documentation links, product review, and AI-assisted workflow reference.