How to hide colliding objects?

I’m working on a city planner project and I have a blueprint that spawns trees randomly across the terrain. The problem is that they can sometimes spawn in buildings/walls. What method can I use to hide the colliding objects? The tree spawner itself has a collision plane to “drop” the tree on the ground. Jfyi