Donāt use crappy engine versions that try to use ādouble" as a means for making the landscape system that had never worked right work - well, even worse? Itās not like it works better afterall.
Disable large world coordinates or whatever that is alltogeter - or move to an engine version that doesnāt have any of that.
Also, no, double in this case isnāt beneficial.
Normally higher number tresholds would be great. Everyone should be all for it.
BUT⦠In this case the āneedā is 0 (or less).
If you want precision you just use meshes and set up world origin shifting properly.
With that you are guaranteed precision.
You can argue that āat a distance this building is in a different place" - sure.
But first of, you arenāt really supposed to see a building from more than 8mi away where the error margin becomes somewhat noticeable.
And second of, your LOD should already be so low detail by then that the difference in math wouldnāt be noticed due to the fact it is still less than a pixel difference at 4k native.
if epic ever decides to build a decent/modern day version of landacapes and their underlying structure for level layouts, with native double - then maybe it will become worthwile to have and use stuff like LWC - you know, since if it were native it also wouldnāt ācost extra" for someoneās sceneā¦
On a more practical note, I donāt think itās possible to have stuff perform well while jumping from regular float to double unless you expect the RAM/VRAM requirements to be adjusted accordingly - and I do āt think that this is pheasible still, maybe by 2030 when your avarage gfx has 12GB vram. Until then, and especially with consoles in the mix, you canāt really make the jump - (so it isnāt exactly all Epicās fault, a rare occurrence).