Repro:
- Create an actor blueprint
- Add a scene component
- Add several (at least 3) static mesh components as children to the new scene component
- In the construction script, call GetChildrenComponents of our scene component. For loop over the array and call DestroyComponent on each element
- Notice that not all children components are destroyed