How to make actor turn to face a given direction?

Hi,

I’m trying to create a system where an AI moves to a location and turns to a given direction/rotation (in this case the same direction as an arrow component).

Can’t get this too work. What would be the simplest solution to turn something to face in a supplied direction?

Thanks,
Jack

WTF Is? Find Look at Rotation in Unreal Engine 4 ( UE4 ) - YouTube you should use find look at rotation node to find rotation amount. and feed that amount to set rotation of your object,

1 Like

Hey, yeah this has worked. Is there a way to smoothly rotate to the new rotation as this wont be done during event tick. I’m using a timeline with lerp rotation but its not perfect.