Why are my Render Targets not displaying correctly in packaged game

I have been testing something for my multiplayer game project in which I have the players view show up on monitors/screens in-game using the SceneCaptureComponent2d to Render Target method.
All works fine in editor and when I package it to windows 64bit it works on my end but I have sent it to friends (3 friends have tested it) and they all get pixel-like artifacts (maybe the skybox too?) appearing when looking at the texture\in-game monitors (see screenshots below).
It happens to them whether they’re host or client but again, all is fine on my end. I’m stumped on this as I’m running the exact same build of my project. Are they missing some kind of third party driver?
Any ideas to solve this is greatly appreciated, let me know if any more info is needed.

I am running into this issue too. I’d love to know if a solution was ever found.

Well the problem kinda half fixed itself when I updated to 4.20 (was on 4.18 when I posted this). Now when my friends play, only their own in-game ‘monitor’ displaying their POV is glitchy. If they look at somebody elses it works as it should.
Now in my final game (when done), there will never be a opportunity for a player to see their own monitor (POV) only others, so the glitch shouldn’t cause any trouble but would love to see it fully solved/fixed.