As far as I know you can’t set the camera’s location manually because the engine will snap it back to it’s room scale position on the next frame. Instead what you do is move the root component of your pawn. To get the right location so the camera lands in your pilot seat, you adjust the location by the difference between your root component’s location and the camera’s location and move the root component to the adjusted location.