Change World Scale

Hey!

there is any way to change the world scale in the editor? I tried with World Settings but doesnt seem to work.

I will have very huge landscapes, so I want to have a bigger scale in transform-locate properties. For example, I dont want to put 10.000.000 cm, I want to put 10.000 metters.

Thanks!

You can change the appearance of the scale units in Settings/Project Settings/Editor/Appearance (Distance/Length).
But this will only change the appearance of the units : Functions like GetActorLocation will still return the dimentions in cm. This is a problem because the numbers will soon get over the float limit (if you have a huge landscape) and your game will crash or delete some actors.