need help with shoot projectile in centre of screen

Hi guys, can some one tell me what method better use for finding center of screen(may be get screen size from HUD BP and divide on two?) and shoot projectile(or line trace) in that center(don’t know how), because in first person example i cant shoot directly in my crosshair(like in other games)

sorry for bad English thx

Here is a response I made to a similar question for 3rd person aiming. You can use the blueprint from my answer and simply remove the parts dealing with calculating the different vectors for 3rd person. The part you want is in the red comment box in the blueprints. Let me know if you need more explanation! =)

Link

thx, for now i will try using center of screen from hud and convert it to vector for my spawning projectiles