If I understand correctly, you want to create your PlayerOne manually? If so, then do the ff.:
-
On your custom GameMode, enable Delayed Start. This will prevent the game from auto creating your PlayerOne.
-
Then on your custom GameMode’s BeginPlay create your PlayerOne manually similar to how you create your PlayerTwo.
You may need to include setting up your main camera after you create your PlayerOne.
If you’re using GameModeBase instead, I’ll get back to you on that.