Apply local rotation to controller

Hi,

I’d like to rotate the controller in local space (specifically by yaw), but PlayerController->SetControlRotation() rotates in the world space.

What I need specifically is to rotate the playercontroller by a local rotation and then get how the pitch, yaw, and roll have changed. Any tips on this?