On Projectile Stop and OnProjectileBounce dont get fired

I have an actor with ProjectileMovement Component and a StaticMesh component.
Static Mesh is the root of the actor.

The ProjectileStop and OnProjectileBounce events don’t get fired for me.

I can see my object bounce and come to stop but these events don’t fire in my blueprint at all.

Why is this happening?