How do I lock fired projectile direction to an enemy?

If you have position of projectile (GetActorLocation) and you have array of enemies you can do something like following.

http://puu.sh/aQyBK/b923926d7e.png

Set first Closest Range to something really high so that branch doesn’t fail first time projectile searchs for a target.