The licensee has stated that convex mesh generation is failing in KAggregateGeom.cpp from the function KConvexElem::HullFromPlanes.
Here is the code snippet they provided:
if(!Polygon.Split(-FVector(InPlanes[j]), InPlanes[j] * InPlanes[j].W)) { Polygon.Vertices.Empty(); break; } I have attached screenshots showing the differences between the two versions.
Result: Notice the differences in display between 4.12.5 and 4.13.
Expected: The display would be the same between both versions.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-37378 in the post.