I’d very much appreciate a more convenient and reliable way to access and change the camera’s projection matrices to achieve effects like off axis projection, as suggested in this thread in the forums:
Currently, either copy/pasting the GameViewportClient-Class or changing the ULocalPlayer, which leads to recompiling the engine and is infeasible to be used as a plugin, seem to be the only approaches to actually get a hold of the matrices while still not necessarily leading to the desired results.
So it would be great if changing the projection matrices to custom ones for each camera would be supported officially to allow for creating non-HMD-based, non-stereo VR-application plugins.
Then please go ahead Terena, enlighten us. If it isn’t hard, how about posting your solution to the problem here? Since it’s easy for you, it should be done in a few days
Sorry, i’ve misunderstood you then. I’ve implemented my own Blueprint solution for Vector * 4x4 Matrix the same way some OpenGL videos explained. However in OpenGL it is super easy and well documented and in UE4 everything, even the most basic things are a pain in the butt…