Stop GameMode from spawning Pawn and PlayerController on Play

Sorry to resurrect an old post, but the most streamlined implementation(That I’ve found) to achieve this goal is override GetDefaultPawnClassForController. Which is called by the engine implementation of SpawnDeafultPawnFor and SpawnDefaultPawnAtTransform.

1 Like