How to generate sounds on collision of a thrown physics object?

Can you show some of your Blueprint, are the thrown objects a seperate BP class or are they components of your player class?

If they are a seperate class, if you put an EventHit in your thrown object class, plus a print string, does it print?