Hi Cobra,
I noticed that the SetRemoteViewPitch of the APawn class is not virtual so it cannot be properly overridden. You opted to name your functions SetCHRemoteViewPitch/Yaw. I would make sure that these are being called from somewhere, probably your Tick function should call these and make sure they are getting set.