Hello,
I spent a lot of day finding why my pawn was not tanking any rotation from “SetActorRotation”
The rotation of my pawn was instantly reset to his current value. I tried a lot of things, changing settings, removing every rotation from tick, but nothing was working.
I found a working solution for myself : https://i.imgur.com/DUoJbn0.png
When I used the “Set Control Rotation” on the PlayerController it worked instantly. (when this pawn is possessed)
I hope it will work for you too, GL to find your solution !