There’s the r.StaticMeshLODDistanceScale
console variable. This doesn’t work for instanced static meshes - if you have those, you need to call SetLODDistanceScale
on each component.
Figured I’d add to this post because @JonathanArmstrong’s reply is not the only way to do things.