Specifically. Set your static mesh as the parent, so that it will collide with the world and take everything with it.
Next. attach a scene component to it, changing its properties should not be necessary.
Then, attach your overlap sphere to that scene component and set it to overlap all.
In the end the hierarchy should look like
Static mesh :- Scene:- Sphere
I was having this same problem but 's answer gave me an idea.