Can I change the Shooter Game to Third person buy using Blueprints only?

I’m not super familiar with ShooterGame, but I believe it already uses a BP to set up things like the mesh. If you edit that and add a CameraComponent positioned behind the character, and probably change ‘Only Owner See’ to FALSE on the player mesh, that might work.