How to turnoff split screen in different level map in-game?

I have one multiplayer level map in game.when i open it in android everthing works as expected.but when i quit and open another level map with 1 player only it still remain in split mod.
How to turnoff splitscreen while switching level map?
Please help me…

Hi friend,

There’s a way to do that, but you will need to use C++.
Here is a video of how do that:


I hope it helps.

When you create the C++ code, it will create a new function on the BPs called: “On Toggle Splitscreen”. So you will can use them in the levels.

Thank! How to exposes splitscreen nodes in bp?