Blueprint Insight Pro Docs

Blueprint Insight Pro Documentation

Installation, architecture-scale workflow, generated outputs, review boundaries, and AI-readable report usage for Blueprint Insight Pro.

Product Type

Blueprint Insight Pro

Unreal Editor analysis plugin for Blueprint architecture reconstruction, cross-system dependency review, and production-scale technical documentation.

Supported Versions

Unreal Engine 5.4 - 5.7

Designed for Windows editor workflows and Win64 plugin distribution unless otherwise stated on the product listing.

Blueprint Insight Pro feature and workflow comparison image
Pro Focus

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.

Use Case

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.

Quick Start

Recommended First Steps

  1. Run Blueprint Insight Pro Analysis from the Tools menu.
  2. Open the generated architecture reports in Saved/BlueprintInsightPro.
  3. Start with executive_summary.md and rebuild_sequence.md for high-level review.
  4. Use hidden_dependencies.md and linked_tree.md when preparing refactors or AI-assisted analysis.
Installation

Install the Plugin

  1. Close Unreal Editor.
  2. Copy the plugin folder into your project's Plugins folder.
  3. Confirm the plugin folder is directly under <YourProject>/Plugins/.
  4. Reopen the project in Unreal Editor.
  5. If Unreal asks to rebuild modules, allow the rebuild.

Enable the Plugin

  1. Open Edit > Plugins.
  2. Search for Blueprint Insight Pro.
  3. Enable the plugin if it is not already enabled.
  4. Restart the editor if Unreal asks you to do so.
How to Use

Run Blueprint Insight Pro Analysis

  1. Open your Unreal Engine project.
  2. Confirm Blueprint Insight Pro is enabled from Edit > Plugins if needed.
  3. Go to Tools > Blueprint Insight Pro > Run Blueprint Insight Pro Analysis.
  4. Wait for the progress notification to complete. Large projects may take time.
  5. 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.

Generated Outputs

Report Files

Architecture Review Output

<YourProject>/Saved/BlueprintInsightPro/

  • README.md
  • summary.md
  • executive_summary.md
  • rebuild_sequence.md
  • architecture_patterns.md
  • hidden_systems.md
  • hidden_dependencies.md
  • linked_tree.md
  • phase0_registry_index.md
  • analysis_metadata.json
  • index.json
Analysis Coverage

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
Important Notes

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.

Important AI Workflow Recommendation

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:

AI Workflow Discipline & Synchronization

Documentation Complete

Return to the product page or Insight Ecosystem.

Use this direct documentation page for Fab documentation links, product review, and AI-assisted workflow reference.