Home Unreal Engine

Increase map bounds?

Does anyone know how to increase the map bounds (if it's possible at all)? I have quite large terrain and currently I can't reach the edges of the map even in the editor.

Replies

  • blankslatejoe
    Options
    Offline / Send Message
    blankslatejoe polycounter lvl 19
    I don't believe this is possible--if you look at the world from top view--the edge of the grid is the edge of the possible world--it's several kilometers at the default Unreal scale, if I recall. But even at the extremes as is, you start to get floating point precision errors in the animation and collision simulations. If you look at professional Unreal games that have large worlds, usually they have to resolve this with a load screen and teleport.
  • Santewi
    Options
    Offline / Send Message
    Oh, alright. I suppose I just need to downscale the terrain to fit inside the map bounds.
Sign In or Register to comment.