Hardware Infos

Mecanes - Code Plugins - Aug 8, 2024
5
3.6 out of 5 stars(5 ratings)
  • 40%
  • 20%
  • 20%
  • 0%
  • 20%

The objective of "hardware information" is to provide details of players' hardware in order to optimize performance and solve problems.

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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.

Join the Discord for more information

Project Example


important : we've restructured the plugin to improve performance, which involves some changes to the structures.


Objective :

The objective of "Hardware Info" is to provide details of players' hardware to optimize performance and solve problems.



Contents :

There are 7 structure-type Blueprints :

  • Get Hardware Data
  • Get CPU Data
  • Get GPU Data
  • Get RAM Data
  • Get FPS
  • Get Screen Resolution
  • Get Screen Refresh Rate

Technical Details

Features :

  • Processor data recovery
  • Getting data from the GPU
  • Getting data from RAM
  • Get data from the player's screen [ new ]
  • Get Player FPS [ new ]


Code Module :

  • HardwareInfos , Runtime


Number of structures : 7

Number of classes C++ : 6

Supported development platforms : Windows

Documentation : Doc Official

Support URL : Discord

My Link : Mecanes

Project example : Project Example

Important notes : This is a beta version and therefore does not work with all hardware.