How to adjust graphics settings in ini files?

Hi,

I’m currently testing a game on other devices and would like to quickly change the graphics settings via ini files. Is this currently possible? What settings are there? The scalability page (https://docs.unrealengine.com/latest/INT/Engine/Rendering/Scalability/ScalabilityReference/index.html) only lists console commands…

Thanks!

You can change the scalability in the Engine ini files, which is mentioned on that page you linked

BaseScalaiblity.ini file located in
[UE4_InstallPath]/Engine/Config

Always thought these are only for the editor…

And how do I use that ini? It only seems to specify the detailed settings given a certain quality level that was set in the editor. Not sure how I would set my quality level for a packaged game outside the editor.

Or can I directly use lines like “r.PostProcessAAQuality=0” in a config file? If so, in which category do they belong?