[Bug]? Fresnel on VR (oculus) : L/R eye different

I fixed this here by changing, in MaterialTemplate.usf, the following line of code:

Parameters.CameraVector = normalize(-Parameters.WorldPosition_CamRelative.xyz);

to this:

Parameters.CameraVector = normalize(ResolvedView.WorldCameraOrigin - Parameters.AbsoluteWorldPosition);