I’m just guessing here, but I think you could just copy the world rotation of the camera you’re moving from, to the camera you’re moving to?
Unless you want it to be looking at the same thing. Then, you need to do a line trace from the ‘from camera’, and use a LookAtRotation node in the ‘to camera’ to look at the same thing.