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:
- Go to your project folder.
- Navigate to [Project]\Config\DefaultEngine.ini.
- Delete or reset the DefaultEngine.ini file.
- 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!