Currently using an orthographic camera in 5.4.3.
In order to have springarm camera lag working correctly, I found that the “Auto Calculate Ortho Planes” bool needs to be set to false on the camera.
In order to properly render screen space widget components (not widgets created and added to the viewport, but widget components attached to actors) the “Auto Calculate Ortho Planes” bool needs to be set to true on the camera.
Currently I cannot find any combination of settings that allows both of these functionalities to be working properly together.
Does anyone have any suggestions or is this simply a bug/problem with all the recent orthographic camera changes that have been made in recent versions?