Anti Aliasing (AA) for Mobile

Hi,
We are doing a game for mobile devices. And we met the AA problem now. Our settings is as followings.
.

45853-screen+shot+2015-06-10+at+19.13.04.png

When we package it to mobile it looks like the following.

When check on mobile preview on computer it looks like the following

So it seems like on the mobile preview the AA is working. But why it doesn’t work after packaging to mobile?
And the game is very smooth without lagging. The FPS is around 40.
Thanks

1 Like

I wanna know the solution for that to.

Did you figure it out? I’m having the same problem.

I got rid of the jagged visuals by setting the MobileContentScaleFactor for the device. Create a config file called DefaultDeviceProfiles.ini with the values specified at https://docs.unrealengine.com/latest/INT/Platforms/Mobile/Performance/index.html#mobilecontentscalefactor

https://docs.unrealengine.com/latest/images/Platforms/Mobile/Performance/T_MCF_INI_File.jpg

1 Like

thanks Ghar this save my life.
Now my game look Good.
sorry for my english

“MobileContentScaleFactor” can greatly affect optimization and fps. I recommend the command “sg.antialiasingquality” instead. 0 is the lowest and 3 is the highest. You can make necessary postprocess adjustments with similar commands such as “sg.shadowquality”,“sg.texturequality”.