Refresh Rate Control

Mypixel Studios - Code Plugins - Jan 15, 2024
Not Yet Rated

Optimize Display Refresh Rates with Ease! Control and Set Refresh Rates for Enhanced Visuals. Perfect for sparing time on the development of your settings menu!

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 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.

RefreshRateControl simplifies the management of display refresh rates, while being a BP Library. Also this plugin streamlines the process of accessing, retrieving, and modifying refresh rates, providing users with precise control over their display performance.


Try out the demo build before purchasing: Download

*Explore how the demo is built by checking out the Example Project!



With three key functions, this plugin empowers users to:
  1. Get Display Refresh Rate: Retrieve the current refresh rate of the monitor
  2. Get Supported Display Refresh Rates: Access an array of supported refresh rates, sorted based on preferences
  3. Set Display Refresh Rate: Modify the monitor's refresh rate


Perfect for integrating into settings menus, this plugin provides a simple solution to tweak refresh rates, ensuring optimal visuals in Unreal Engine projects.

Technical Details


NOTE:

*¹ The node can only change the refresh rate if the new value is supported by both the monitor and the gpu (the list is displayed in the windows advanced display settings). So you can give an unreasonable value however the plugin won't be able to set it for obvious reasons