How do I change the anti-aliasing quality in Unreal Engine 5?

Hello, I cannot change the AA quality to a lower settings since updating to UE5, in UE4 there was no issues.

I have used
image

And
r.PostProcessAAQuality 0 in the console command

Both do not change the AA in my game from the editor or when I package it.

I have also switched to using different methods other than TSR with the same results.

5 Likes

Yeah me too

Hi all,

After packaging try opening YourPackagedProject\Saved\Config\Windows\GameUserSettings.ini and changing the values there.

I am curious to know how/where to set these settings in-editor so it defaults to low scalability when packaged.

Cheers

@bluemayonase Did you solved it somewhat?

Can’t you just set AA in the project settings? Or am I missing something?

@Detach789 Can’t in case you want to let players to change it in game.

Maybe give sg.AntiAliasingQuality a look. I just revived an old graphics options menu widget last night and had to update from r.PostProcessAAQuality to sg.AntiAliasingQuality.

If you type help in the cmd prompt in UE 5.3 you’ll get a nice index of commands and descriptions you can search through in firefox. That’s how I came across sg.AntiAliasingQuality

1 Like