Why is my topdown projectile not working?

So I’m trying to make a Diablo like top down dungeon crawler, but I’m a complete noob in blueprinting, so I checked some tutorials online on how to create projectiles, I made the blueprints and It works, but it fires in the same direction, It doenst follow my mouse how its supposed to. Images below.

Okay I took a look at this for you, Im taking a guess this code is called from within your Character/Pawn BP. I made a slight adjustment using the Capsule Components rotation and it seems to fix the issue.

Thanks a lot, its working now :slight_smile: