Make character shoot where mouse is

Hi everyone, I’m trying to make my character shoot a bullet at the point where the mouse, but the better result I reached is this

If I move the mouse, the trajectory of the projectile changes, but not over the mouse position.

This is my BP

I tryed to make a hit event over the mouse position, but the result is the same, the bullet goes somewhere else, and if I shoot on the sky, the bollet goes in front of the character because there no collision. Tried even the trace but seems not working.

Sorry for My English ^^

Thank you All