Character Movement Component Collision From Behind

Hey Everyone,

I set up a running character with the character movement component that is destroyed on Hit from another object. The character runs in a direction and when it collides with an object its destroyed properly. The issue is if the collision happens from behind it just pushes the character and the OnComponentHit is never called. Any ideas?

Thanks.