- Description
- Objective
- Requirement
- Warning
- Installation
- Contents
- Advantages and uses
- Details
- Features & applications
- License
- Author
- History
The "Hardware Info" plugin is a powerful and intuitive solution for retrieving and displaying player hardware information. Designed for developers and game server administrators, this plugin provides accurate and comprehensive details of players' hardware configuration, enabling better performance management and rapid problem resolution.
The objective of "Hardware Info" is to provide details of players' hardware to optimize performance and solve problems.
Target version : UE5.2 ~ 5.4
Target platform : Windows
It may be that the plugin has trouble collecting good information under certain CPU / GPU / RAM . We're working hard on this and will be updating it regularly to make it compatible with a wide range of hardware.
Test done :
CPU :
- RYZEN
- INTEL[new] - test version
GPU:
- NVIDIA
- AMD[new] - test version
Install the plugin via the marketplace .
If the functionality isn’t available after installing the plugin, it’s possible that the plugin hasn’t been activated. Please make sure the plugin is enabled by going to Edit > Plugins.
There are 4 structure-type Blueprints :
- Get Hardware Data
- Get CPU Data
- Get GPU Data
- Get Ram Data
- Get data from the player's screen
- Get Player FPS
- Get Current FPS Limit [ New ]
- Is VSync Enabled [ New ]
Its structures can be used in all your blueprints ( Actor, Character, ... )
Know at least the basics of blueprint (structure)
Advantage :
- Improved server performance: Quickly identify weak hardware configurations and optimize performance accordingly.
- Simplified technical support: Easier diagnosis of hardware problems, enabling faster and more accurate assistance.
Use cases :
- Game developers: Use hardware data to adapt and optimize your game for the most common hardware configurations.
- Gamer communities: Offer enhanced technical support by quickly identifying hardware problems.
- CPU
- Company : returns the name of the company , for example : AMD
- Name : returns the name of the prossessor , for example : RYZEN
- Number : returns the number , for example : 7
- Series Complete : returns the complete name , for example : 5800x
- Series : returns the series , for example : 5000
- Core : returns the number of core , for example : 8
- GPU
- Company : returns the name of the company , for example : NVIDIA
- Name : returns the name of the prossessor , for example : GEFORCE
- Mark : returns the brand , for example : RTX
- Model : returns the Model , for example : 4060 ti
- Minimun Model : returns for example : 4060
- Series : returns the series , for example : 4000
- [07/02/2025] New update : Optimization
- [26/08/2024] New update, Version 0.3 : Intel processor and AMD graphics card support
- [16/08/2024] New update, Version 0.2
- [03/08/2024] Creation of official documentation


