2D Shooter BP Problem Shooting at location

Hi Psylo,

if you select “New Function” in the blueprint graph it will create a separate function graph. Piddaun has taken advantage of this to allow him to set his fire projectile in a new function (the purple node) and call it within the event graph. It is a good way to keep your blueprints organized!