Hello.
I’ve been trying to make a basic homing missile projectile to rotate towards the player character at a constant rate.
projectile BP: http://i.imgur.com/aHzYJMf.png
My problem is that it only kind of works when the player is on the left side of the projectile. I don’t really know how to get past this issue. I have tried rinterp but the almost same problem occurs and I’d prefer rotating the projectile at a constant rate so don’t really want to use rinterp. Using rinterp almost works as intended but the projectile starts making weird turns when the player changes the side from left to right or vice versa. I have been struggling with this for the past couple of days and I can’t seem to get past this. Any help is appreciated.