Ue4 building system: how to remove duplicate box collisions

I’ve recently implemented a building system that uses box collisions as Possible build locations. When I spawn the Build actor and tile them or put them together the box collisions are inside one another so there are duplicates. How would I remove these on spawn? Thanks.