Help with simple Camera Boom rotation on the 3rd Person Template please...

Im trying to get the camera booms current position and rotate it 180 degrees on the z-axis (YAW) when I hit a keyboard button. I tried to break the rotator and used YAW only, but that didn’t do anything. What am I missing with the blueprint below? Thanks.

Does this work?:slight_smile:

That doesnt work either. It pass through those nodes since Im getting my Print String, bit there isn’t any changes to the camera movement.

I would use the Add Controller yaw node (since that’s controlling the camera spring arm by default).

That worked, thanks.