Hit event on Skeletal Mesh child bones

Hi, I have a ChaosVehicle blueprint with 4 wheels as child of the main body, and I’m trying to get Generate Hit Event, but only the Main body gives it. (The Wheels also have “Generate Hit Event” ticked)

Is there any way to get Hit event from the child bones (Wheels)?

(I’m trying to determine if my vehicle is in the air or not)
Thanks!

here’s my workaround to check if my vehicle is in the air or not:


it checks if any wheel is in the air or not.
Hope it helps someone else.