Scalability Settings

Hello,

so i was looking through the documentation and the only reference i seen to scalability was from the editor, however I want to create it so if i click something(just for testing of course) it would then lower the AA or it would lower the graphics settings, does anyone know how i can do this in code instead of just changing the INI file? thanks

There whole class for that

You can access it from GEngine->GameUserSettings->[...];

If it’s for testing, you could always use the console commands, such as (sg.AntiAliasingQuality 0/1/2/3) along with other graphics settings which will then change on the fly.

hey, sorry didnt get a notification for the answer. I will try this once i get home thanks :slight_smile: