If you want physics hits, you can override on Component Hit it on the static mesh and enable Simulation Generates Hit Events:
on Component Hit
Simulation Generates Hit Events
And you can opt to generate wake events for physics to delegate when components trigger wake / sleep states.