Using multiple collision boxes on an asset

In Unity3D when I have imported an FBX I can add collision boxes to the asset to get a collision body that is low cost and approximates the renderede geometry.

When I import in UE4 I seem to be only able to add one single bounding box which encompasses all geometry. Is it possible to make the collision out of multiple bounding boxes somehow?