SetActorRotation on your character after a Timer glithes the camera

I ran into this as well - you can store your desired location/rotation change, and a flag to indicate there is a change to apply, and then in the ‘Tick’ function you can check for the flag, apply the location/rotation change there, and then unset the flag.