Player is outside the world bounds and got deleted?

Player world location is: (X=-357590.000000,Y=-1778660.000000,Z=100.000000)
My player will be deleted when I start playing, and I found this in logs:

LogEditorActor: Deleted Actor: BP_PlayerBase_C
LogActor: Warning: BP_PlayerBase_2 is outside the world bounds!

better not to modify actors’ locations since our level is huge I don’t want to change anything.

Disable world bounds check:

303124-world-bounds-check.jpg

1 Like

That works, thanks mate!