Shooting projectile at character doesn't work

when I shoot a projectile at the AI character the projectile just goes through it…what should I do…any suggest???thanks in advance…

Check your collision profiles and settings for both the AI character and the projectile, you want the AI character to block or overlap the projectile (sounds like it is already overlapping) and the projectile’s collision events to fire, try creating or using a profile or custom collision so that the projectile blocks or overlaps (to trigger events) with characters/pawns. Use print strings during testing to make sure they are firing.

Best Options for future Issues with collision… Make object Channels in project settings, and name the 2 enemy, bullet, player, object static, object see through. also you can TAG the objects and find things that way…