Editor.Plugins.Tools.Modeling.EditorMode.ExtrudePolygons.* test cases fail in headless mode due to stylus error log.

UE - Content Tools - Modeling Tools - Jan 15, 2025

Hello! In UE 5.5 Preview, new stylus code was introduced, which can cause a test failure in an unrelated test suite, Editor.Plugins.Tools.Modeling.EditorMode.ExtrudePolygons.*. The test indirectly ...

UV issues using Procedural meshes

UE - Content Tools - Modeling Tools - Dec 11, 2024

From licensee: We build our procedural meshes using C++ and we checked our UVs used to fill the UV array before applying the CreateMeshSection method. The UVs seems to be correct however the result ...

GenerateConvexHullFromPoints incorrect results

UE - Content Tools - Modeling Tools - Nov 14, 2024

FGeomTools2D::GenerateConvexHullFromPoints can result in a point cloud that is not convex or doesn't completely cover the full area from the source points. ...