Event Hit fired only if simulate physics is true

Hey guys,
I want my player to collide with an obstacle…I enable the collision on the obstacle, set it to ‘BlockAll’ and enable recieve hit events …The problem is that EventHit event doesn’t fire. But if I enable simulate physics on the obstacle the event fire normally…

What’s wrong?