Wrong resolution scale min value?

Hello!

When i start the game i get the wrong MinScaleValue from GetResolutionScaleInformation!
The game starts in 1920x1080 in fullscreen, i then get 16,6% MinScaleValue (should be 33,3%?).
If i change resolution to something else and back it changes to 33,3% Also if i change to windowed and back i get 33,3% Windowed fullscreen is always 16,6% (I got 4k monitor).

Am i doing something wrong? Or is it a bug?
I run the test below when starting and after every change.

293168-result.png

it is either 1) its pulling the wrong value from memory which you can fix by deleting Binaries, DerivedDataCache, Intermediate, and Saved folders
or 2) your pulling/setting the wrong values - in GameUserSettings there is ResolutionSizex/y, LastUserConfirmedResolutionSizex/y, LastUserConfirmedDesiredScreenWidth/hieght, and LastRecommendedScreenWidth/height you can check if you are editing the right values by changing those

Thank you, the problem was something with the last confirmed resolution not being set!