Player won't move after re-opening level

Try this: call “set input mode game only” in your Huset level blueprint Event Begin Play and call “set input mode UI only” in MainMenu’s level blueprint Event Begin Play. I have had problems before where some nodes would not execute after Open Level node, mostly because Open Level would cause objects that these nodes where called from to disappear. The fact that you character is not moving may be due to the fact that Input mode does not get called.

1 Like