Issues with AA, Textures and LightMaps on iPad Pro

Hi, guys!

I have some issues with AA, Texture and LightMap quality on my iPad Pro.
For example, original app Zen Garden looks nice and smooth. When I try to pack or launch it by myself it looks different. Materials, AA and Lightmaps looks worse.
I have tried to fix AA on device profiles (r.PostprocessAAQuaity 6 in iPadPro97 profile, with UE restart), but it changed nothing.

On my own projects I have the same issues. Do you have any ideas how to fix this?

Hi Olegv,

You’ll want to use the console variable r.MobileMSAA to adjust the AA quality for mobile.

  • 0 - Disable AA
  • 1 - Use Temporal AA
  • 2 - 2x samples for MSAA
  • 4 - 4x samples for MSAA.

Each of these have their benefit. Give them a shot and see what works best for your game. The last option will give the best quality, but that will come with more performance cost.

Tim