How to overrider player pawn spawned

So i don’t know how to override that when playerController starts playing it’s pawn gets spawned, i want to change the location of the pawn to spawn instead of the player start.

Override ChoosePlayerStart function in GameMode/GameModeBase class

thank you very much will try that and report back.