SetControlRotation missing

Hey,

I need to change the rotation of my Player in a specific degree. After reading through tons of forum posts I got to the point where I need to use SetControlRotation. But this node is not available. I can only find GetControlRotation. Someone mentioned he got “Set” out of the “Get” node, but how should this work?

I simply need the SetControlRotation node, how to get it?

regards

There is a set control rotation on the PlayerController, which you can use.

As seen here: Rotate player in the same rotation than target

Ok, got it…

For others that face the same Problem:
First spawn “GetPlayerController”. Drag “return value” into empty space on your Blueprint. This will pop up the searchbar. Now look for “set control rotation”

regards