Introduction

On Unreal Engine, changing the graphic settings (from low to high for example) internally changes the values used by the renderer.
These values are scalable, because they scale depending on the settings of the user, following a scalability configuration file. This configuration file specify which values need to be used for which preset.

Graphic Preset Creator is a tool allowing you to easily generate that configuration file and override the default engine behavior, for Unreal 4.26+.
It features an easy to use interface and a simple workflow consisting of exploring already tested useful variables for each category of your visuals, allowing you to have full control over the graphical scalability of your project without spending hours in the console or the text editor.
This documentation will go through everything you need to know to use this tool, in order so you can get started right away!
Last updated