Setting bUsePawnControlRotation = false; stop mouse working

I set SpringArm->bUsePawnControlRotation = false; in the spring arm setup and now the mouse is not working,
Functions: LookUp and LookRight are implemented in the character class.
setting SpringArm->bUsePawnControlRotation = true; makes the mouse rotation to work

I don’t want to free camera, I want the character should rotate with the camera.

Hi! Check bUseControllerRotationYaw in your character class defaults, it should be set to true.
image

1 Like

bUseControllerRotationYaw = true; //fixed it

Thank You very much for help

1 Like