How to prevent a projectile being blocked by the instigator

I tried collision channels, but did not work the way I wanted. I can set Ignore on Pawn channel. But then the projectile wont register hits with opposite team members.

Is there any beforeHit() event available (like in box2d) where after doing checks against the two actors, I could return false to ignore the hit and true to register the hit?