I’ve trying to translate a Unity C# script into the form of an Unreal Engine blueprint. I’ve been able to figure out how to replicate most things except for “Vector3.RotateTowards()”
I’m not so good at using vectors, usually i search about what i need and fumble about for hours before stumbling upon the solution. But i’m real stuck on this one.
I don’t think the UE4 interpolation functions are what i am looking for, i did however try it but it produces a worse result than the route of “Look at Rotation” then rotating the vector.
My two vectors are directions rather than locations, maybe that is why.
The problem with “Look at Rotation” is that the rotation angle can be as large as it wants to be, i want to clamp the angle it rotates by with a radian, which is my float.