Camera that gets the exact rotation of the pawn

Hi guys!
I’ve made this little camera/pawn rotation system shown here:

The problem is the rotation of the camera is too fast compared to the rotation of the pawn, even when they get their rotation from the same value and as you can see i’ve tried to multiply the float by 3 before plugging it into the yaw of the pawn’s rotation to compensate for the difference between the rotation speeds. I can get the speeds close together but that’s not what I want, I want both of them to have the same rotation. Hopefully you know what I mean, thanks for any help!

I kind of figured it out I guess(from another post, I don’t know how to get the link to work but it was a question asking about why the camera boom rotates 2,5 times faster than the character), changing the multiplier to 2,5 seems to set the speeds equal. I’m not too sure if this is the ultimate answer to this though?

Any ideas? I’m running into this problem again when I try to “reset” my cameras position after changing the rotation of the pawn. Thanks guys!