Firing a projectile

Can anyone tell me how to fire a projectile using a 3rd person template in mobile. I tried using top down shooter tutorial as a reference but could not get it to work.

Do you have all the blueprints and projectile mesh setup and It’s just not firing?

Yes, I cant figure out how to get my projectile even on my screen.

First thing that stands out is you’re trying to use “fire” with a reference you don’t need. You’re casting to a blueprint that you’re already in. Get rid of all the nodes after delay (and begin play, and the gate), and then simply bring up “fire”.

Keybind → fire

Secondly, your vector math may be wrong, I can’t say for sure. Try spawning the projectile in a fixed position, e.g +20 along the x axis from the player. Just to know for sure it’s spawning.

It worked !
I know I’m probably getting this all wrong but I cant seem to get my projectile to shoot out of my rifle mesh now.