[PLUGIN RELEASE] Capability Detect - System Capability Detection Plugin | Intel CPU Optimization | Performance Scaling

Capability Detect Plugin - System Capability Detection for Unreal Engine

A powerful plugin that automatically detects system capabilities and dynamically scales game performance based on CPU specifications. Perfect for optimizing games across different hardware configurations.

Key Features:

• Automatic CPU capability detection
• Dynamic performance scaling (LOW, MEDIUM, HIGH, ULTRA)
• Unreal Engine 5 compatibility
• Blueprint and C++ support
• Intel CPU optimization
• Performance-based content binning
• Easy integration
• MIT License

Technical Details:

Detects: Physical cores, logical cores, cache size, memory
Performance Levels: LOW (2 cores), MEDIUM (4 cores), HIGH (6 cores), ULTRA (8+ cores)
Supported Platforms: Windows (Win64)
Engine Versions: UE 5.6, UE 5.5, UE 5.4, UE 5.3, UE 5.2, UE 5.1, UE 5.0, UE 4.27, UE 4.18/4.19

➤ Installation:

  1. Download plugin from GitHub releases
  2. Extract to Engine Plugins folder or Project Plugins folder
  3. Enable plugin and restart Unreal Engine

Download:

• Latest Release (UE 5.6): GitHub Release
• Plugin Package: Ready for Engine installation
• Demo Application: Windows executable included
• Source Code: Full C++ implementation

➤ Links:

GitHub Repository
Releases
Discussions
MIT License - Free for commercial use

Demo Preview:

➤ Usage Examples:

C++ Implementation:

UPlatformConfig* CapabilityLevel = UCapabilityTest::GetCapabilityLevel();
if (CapabilityLevel->Name == TEXT("ULTRA")) {
    // Spawn 400 CPU particles for high-end systems
} else if (CapabilityLevel->Name == TEXT("LOW")) {
    // Spawn 100 CPU particles for low-end systems
}

Blueprint Support:
• Get Capability Level node
• Detect Capabilities function
• Switch on String for level-based logic

➤ Why Use CapabilityDetect?

• Automatic Performance Scaling: No manual configuration needed
• Better User Experience: Games run optimally on all hardware
• Intel Optimization: Leverages Intel CPU features
• Easy Integration: Simple Blueprint and C++ implementation
• Cross-Platform: Works across different UE versions
• Open Source: MIT License for commercial projects

:light_blue_heart: Sponsor This Project!

PayPal