Shoot projectile from actor instead of firstperson character

  1. Add the shoot event inside of the gun (preferably as in interface action) this includes bullet spawn logic
  2. Have character use / pickup weapon and assign it as a reference variable
  3. From this reference variable call shoot from within the actor when the event to fire is called.