I found a rather nasty bug related to Late Update.
This bug appears only when the primitives are far from the center of world space coordinates, and it behaves as if you have problems with a base station of controllers.
The more distant you are(from (0,0,0) in World Space) , the stronger the bug, down to unplayable at all!
According to my observations, the load of the render(draw) thread enhances the bug, But if you move again to the point of origin, then even 5,000 draw calls do not cause this error.
Checking the Bug is very simple - just create an empty VR Blueprint Project and just move the pawn away in any direction. And Strat Play
If you turn off Late Update Everything becomes ok. But playing without it is absolutely not comfortable. And can cause Simulation Sickness.
More error details:
On my system i7 8700, 64 Gb of RAM
- Moving a pawn to (0, 350000, 0) causes a weak jitter(At this point, you might think that something is wrong with the controllers or with the station)
- Moving a pawn to (0, 3500000, 0) causes a severe jitter
- Moving a pawn to (0, 35000000, 0) causes a Hellish tremor
This tremor, even a weak one, causes a disgust to play.
And it makes it impossible to create normal gameplay on maps larger than 1x1 km.
In fact, this is a very serious bug that greatly reduces the quality of all Unreal Vr projects, so guys pls fix this