Is there a way to combine / intersect brushes?

Hi,
In UE3 there was a way to make a single brush out of diverse additive and substractive volumes using intersect brush. I used it to quickly get my geometry into a 3D software so I could create my static meshes within geometry of my map as one mesh. What can I use in UE4 to get a similar result ?
Thanks, PJ

Hey B4LTIC,

There isn’t a way to combine brush shapes into a single brush in UE4. You can, however, combine multiple brushes as a new static mesh, and then export that mesh as an FBX file.

Hope that helps!