Skip to content

[Feature] Unreal Project Health Dashboard #47

Description

@KolaSailaja

Summary

Add a Project Health Dashboard that analyzes Unreal Engine projects and provides an overall health score based on project structure, configuration, storage usage, and engine compatibility.

Motivation

Managing multiple Unreal Engine projects makes it difficult to quickly identify potential issues such as missing configuration files, oversized Intermediate folders, engine mismatches, or incomplete project setups. A centralized health dashboard would allow developers to detect problems before opening a project.

Proposed Features

  • Overall project health score (0–100)
  • Missing configuration file detection
  • Missing Source folder detection
  • Empty Content folder detection
  • Engine compatibility verification
  • Intermediate folder size analysis
  • Saved folder size analysis
  • Plugin validation
  • Health indicators (Healthy, Warning, Critical)
  • Refresh analysis on demand

Benefits

  • Faster project maintenance
  • Early issue detection
  • Better project organization
  • Improved developer productivity

Possible Implementation

  • Add a background analyzer using existing worker threads.
  • Compute health metrics after project scanning.
  • Display health badges on project cards.
  • Add a detailed Health Report dialog.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions