Blueprint Health Analyzer

Blueprint Health Analyzer is an Unreal Engine editor plugin that scans your Blueprints and assets for performance issues, memory problems, and maintainability anti-patterns.

What It Does

Quick Start

  1. Install the plugin from the Fab Marketplace
  2. Open Window → Blueprint Health Analyzer
  3. Click Scan to analyze your project
  4. Click any finding to see the explanation and fix steps

Core Concepts

Findings

Each scan produces a list of findings - specific issues detected in your project. Every finding includes:

Rules

Findings are generated by rules. Each rule detects a specific anti-pattern or issue. You can:

See the Rules Overview for the complete list.

Scopes

By default, scans analyze your entire project. You can scope scans to:

Next Steps

Current v1.1 documentation status: the site structure and rule routes are live, one full rule guide is published, and the remaining rule pages are placeholder references until the Phase 3 content pass.