Hi,
My game runs fine in the editor or PIE but in the standalone mode or the packaged game I see severe screen-tearing.
I tried using smooth framerate or fixed framerate but they don’t seem to help.
Am I missing something obvious here? Any idea is appreciated!
You need to enable Vsync - There are various ways to do this, do a quick search.
Thank you!
I added this simple blueprint to enable VSync and the screen-tearing problem is gone.
4 Likes
For me, this was not the solution. My screen tearing was due to an engine bug where if the editor is open when you launch a packaged build it tears. To solve, just close the editor, wait 10 seconds, and then launch the packaged build.
2 Likes