Physic object touch floor make noise?

How can you make a blueprint to make a Physic object touch the floor play a noise?

Set the object to simulate physics, add onComponentHit event and call spawn sound at location with either actor location or if you need to be more precise break the hit and use location pin.

It works when the character makes contact with it but when they touch the ground it does not do any noise