bUsePawnControlRotation No effect

I created an actor class Aim.h which has a camearComponent call AimCamera for aim switching,When I attach it to my weapon actor and set AimCamera->bUsePawnControlRotation = true,
It’s not working properly.AimCamera still shake with Character model,How can I solve this problem.