Why does AddControllerYawInput
rotate the entire BP_ShooterCharacter
instance, while AddControllerPitchInput
only moves the attached spring arm?
I would expect that the two functions would be consistent – either the player character would angle up or down when adding pitch (that is, rotations would affect the whole player), or the mesh wouldn’t rotate when moving the mouse left or right (only the spring arm would move).