This issue is due to assigning a RenderTarget2D to a SceneCaptureComponent’s “Texture Target”.
This is solved by executing the console command “r.SceneRenderTargetResizeMethod 2” in your BeginPlay event that assigns the RenderTarget2D to the SceneCaptureComponent.