How to Set Player Rotation?

I’m using the Set Actor Location And Rotation node. The location gets set but not the rotation. I tried it with Get Player Character, Get Player Pawn and Get Player Controller. Nothing of it does something simple as this. I also tried the Teleport node and it exactly the same issue.

I only want to teleport the player, help?

Hi, show us your BP or piece of code.
I don’t have any problems with SetActorLocationAndRotation.

Regards

Pierdek

Turns out I have to use the Set Control Rotation node on the Player Controller to be able to set the rotation. I assume you just didn’t do it with the Player.
It is really strange when considering that “teleport” might originated from teleporting players.

2 Likes

See above: Set Control Rotation node on the Player Controller to be able to set the rotation.

2 Likes

Thank you. That was driving me nuts trying to figure out why setting the pawn rotation wasn’t working :stuck_out_tongue: