Hi I did a simple level and a menu level , I made menu level persistant level and the main level a child of it …
If I load only my simple level with start position all is fine, but if I load the menu level , press play and then the menu appears, when I press start the simple level starts but I start in a different position and I fall throught level to oblivion … why that?
The level is streamed to allow a loading screen.
With streaming you have to actually put the player there with code. So, in your persistent level or in the begin play of the level BP of the loaded level you need:
I managed to do copying some functions from blueprint.com … This is what I got, seems to work but the rotation is not the one of my start so how can I get the start rotationand put the player in right rotation ? I tried several get rotation set rotations etc and nothng worked so far…