Hit events are not generated all the time

Sure…

Here are the collision presets for the my game character blueprint (inherits from unreal character) and my testProjectile blueprint.

“Bullet” is my custom object type for projectile.

The projectile’s event graph is as follows:

And OnHit function:

In this setup bullets hit %90 of the time but reflect from character meshes like %10 of the time.