Projectile child mesh collision(hit) not fire?

120891-collision.jpg

The projectile component updates the root(collision component),the root component and the actor fire the hit event, but bulletmesh does not.

When I set the projectile update the bulletmesh, the mesh fires the hit event.

So is there a way to enable bulletmesh hit event without changing root and projectile’s update component?