Actually the collsion component has a node called ‘Move Ignore Actor’ (C++) or '‘Ignore Actor’ (Blueprint) where you can specify an Actor whcih should be ignored by the collsion compoenent. So once you spawn the projhectile, get a reference to its CollsiionComponent, and add the Pawn (or whoever fires the projectile) into the ignore list using that node.
1 Like