Suggest Projectile Velocity not firing in proper direction

I have a blueprint that fires a projectile at a target using Suggest Projectile Velocity.

When I select Draw Debug a yellow trace appears going from the Start Location to the End Location, but the projectile flies off at a low speed in the wrong direction.

If I move the target to the left of the start location, the projectile goes to the right, and if I move the target to the right the projectile goes left. I’ve attached a picture of what’s going on.

Has anyone else experienced this? If so, how did you resolve it?

23572-velocity-error-ue4.png

Edit: Here’s the blueprint I’m using:

I think you want to set velocity in global space, not local space.

After some digging before posting this comment, I was looking for Set Velocity under Movement Component.

Thanks!