PrevTanAndInvTanHalfFOV is incorrectly set

Hi,

In SetupViewRectUniformBufferParameters in “Source\Runtime\Engine\Private\SceneView.cpp” PrevTanAndInvTanHalfFOV is not set correctly.

line 2599:

  ViewUniformShaderParameters.PrevTanAndInvTanHalfFOV = InPrevViewMatrices.GetFirstPersonTanAndInvTanHalfFOV();

should be:

ViewUniformShaderParameters.PrevFirstPersonTanAndInvTanHalfFOV = InPrevViewMatrices.GetFirstPersonTanAndInvTanHalfFOV();

Kind regards,

Ron

Hi Ron,

Good find! Thank you for bringing this to our attention; this shouldn’t have slipped through the net. Should be fixed in the next release :slight_smile:

Thanks,

Tim