[BUG] Unreal Engine gets stuck after exiting Mobile preview

Try going into the Level Blueprint and adding a key press event (F, for example) and then add an Execute Console Command node off of the Pressed pin.

In the text box on the node, type in “quit” without the quotes and then compile the Level Blueprint. Now, when you press F it should quit the game.

Are you still experiencing the freeze using this method?