How would you set pitch to camera and yaw on springarm?

Hey. How would you go about splitting the pitch and yaw of the camera so that the camera pitch up and down at the end of the springarm without pitching the springarm itself and using the springarm to rotate around the pawn?

my first though was to change the cameras relative rotation. it seems to work but the idea will need some work to have a good implementation. i tested with a input event,get relative rot, combine rot, set rel rot. i was able to increment the camera pitch without affecting the springarm.

setting the relative rotation worked nicely :slight_smile: thanks