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.

In-editor Graphic Presets selection

Examples can include a particle density multiplier, the resolution of shadows, maximum texture files resolution, quality of reflections...

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.

Last updated