[Solved] Convex hull generation broken (UE 5.4+)

Hi,

I’ve been trying to generate a convex hull collision for the Physics Asset of my skeletal mesh, but it seems the convex generator is broken — it doesn’t generate any convex shapes for the bones. I’ve attached the FBX, and maybe someone from Epic can explain what the issue might be?

SK_TestConvex.FBX (398.5 KB)

The weights are correctly assigned to each bone, but generator (in Physic Asset) won’t generate Single Convex hull:

Solved. Improper vertices coordinates, seems like issue due export from Blender:

Convex generator exit on checking by bound box size:

Here is solution:

1 Like