How to make default player invisible

It appears the virtual production template is using the default pawn class for the “player.” To change this, you’ll probably need to make your own game mode class (as shown here )and either make your own pawn class with an invisible mesh, or just set default pawn class in the game mode to spectator pawn.