Set character mesh to rotation of the camera

I’m trying to make quick turn functionality that will snap the player to the camera’s forward vector. I have this:

321736-screenshot-2020-11-11-224050.png

It works alright, but there are a few issues:

  • Doesn’t consistently snap the player at the same degree. One time it could snap it so that the back is flat to the camera and the next it would be at an angle
  • The main issue is that keeps adding to the rotation even when it’s supposed to be dead on. If I keep pressing the key, to activate the event, it keeps rotating the actor.

Any advice would be greatly appreciated.

Why use ‘look at’, you could just use the rotation from the camera.