How to get location to throw projectile at that location?

Off the top of my head, in the blueprint youd do something like
Event Touch > get hit result under cursor by channel > Break > get the yellow “Location” pin and set the value to a vector variable. As for throwing, to that spot, id need to see what you have so far theres many ways to do it

Thank you for reply, Does this hit result’s location is the locationof touch input or something else and if it is then can I throw a projectile say shuriken at that location where touch input is given in 2d type game.

I want to get touch location to throw projectile in that location.