Camera Projection Matrices

Even with the suggestions from here I still have the same issues:
9fa383ce08a65b730c93b92013136e276c5598ca.jpeg
So I started to modify the source and I noticed it works better for me to modify scenecapture2d:
c3dda7c70e6c0f053617e687af6e97fa4c4a2b48.jpeg
I noticed the function I modified was virtual so I figured I could do the same thing.



void FScene::UpdateSceneCaptureContents(USceneCaptureComponent2D* CaptureComponent)


from SceneCaptureRendering.cpp which was declared in ScenePrivate.h

The problem is it’s in FScene and extending FScene is a nightmare. If anyone can lend a hand it would be very much appreciated.

P.S. I’m trying to do it in 4.6