Each piece will get it’s own convex, but the cluster may generate a convex on its own covering the opening
Dataflow offers you want to generate convex from the parts
if you the starting mesh you are starting with have proper collision ( set in the mesh editor ) you have the option to import them for the geometry collection as well ( Dataflow nodes have option for that and there’s also an option in the asset itself ( called Import Collisions From Source)
Here’s an example on how you can generate convex that avoid the empty space:
in the dataflow convex nodes , there’s often an option called “Protect negative space”
this option will create sphere in the empty space and when creating the convex hulls, will make sure the hull never intersect the spheres
Other techniques to generate more accurate convex hulls, is to
Fracture your model
Generate the convex for the leaves
Generate cluster convex from the leaves
in that case the cluster will aggregate and merge the convex from its children and you will also have the ability to control the negative space