UE5 Z World Limit?

Hello there.

I’ve been trying to find what causes my level to freeze when my character falls beyond -1024 on the Z axis.
Whenever I test my game and I end up falling beyond that limit it just stops/freezes.

I get that there is a limit but I can’t find where I can modify it… if I can.

Any insight is appreciated.
Thanks

Hi Skyler,

-1024 is a weirdly small number for that to be happening…

Go to Window → World Settings and you can make sure that ‘Kill Z’ is set to something larger. (-1048575.0 is default)

Otherwise I’d expect the problem to be in your character/game logic.

Hope that helps, welcome to the Forums.

1 Like

Found it.

Thanks a lot. Though it’s weird because the default limit is set to -1000. I was also able to remove the limit by checking off the Enable World Bounds Checks in the World Settings.

Thanks again.

2 Likes