I’ve a enemy that throws a fireball at my player. I’m using a timeline and SetActorLocation to do this, but the fireball follows my player, this way it’s impossible to evade it. I wanna be able to escape from it, so I need the fireball to go towards my player in a straight line and also be able to set the velocity of the ball. How do I accomplish this?