VR and Android Flickering Solution

I encountered a flickering issue when running my project in VR and Android using Unreal Engine. After a lot of troubleshooting, I discovered that the problem was related to the DefaultEngine.ini file located in:

[Project]\Config\DefaultEngine.ini

Here’s how I solved it:

  1. Go to your project folder.
  2. Navigate to [Project]\Config\DefaultEngine.ini.
  3. Delete or reset the DefaultEngine.ini file.
  4. Restart your project.

After performing these steps, the flickering issue in VR and Android was completely resolved, and the game ran smoothly.

I hope this helps anyone facing the same problem!