Collision event not working. (One specific object)

That does not change anything for me.
But other Event hit work also without “Simulation Generates Hit events” checked.

The collision between Enemy & the environment work just fine. & hit event with player as wel.

Like the title says, I have all my hit & overlap events working.
The only Hit event that will not trigger is the hit event between the player & the environment.
If I change to overlap instead of hit & use the overlap event it works.
Collision with all the other set types also works (Enemy & EnemeyBullet.)

I cant for the life of me figure out what exactly I am doing wrong here.

Hi, you need to check “Simulation Generates Hit Events” if you want a Hit Event triggered in blueprints. If you don’t do this, it will still collide, but you won’t get any event in blueprints.

Ok after quit some more testing I actually would need to rephrase the question.

The thing I cant figure out is how to get the “On component hit” event to fire while it is not the root.
On overlap will fire just fine. only the hit will not trigger.