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.
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
Benefits
Possible Implementation