
Description
Convex Hull Generator is a C++ plugin that will calculate a convex hull around selected actors with a tunable offset using the Graham Scan algorithm . It can also draw a tunable spline mesh around the calculated convex hull perimeter.
Features:
Calculates and draws debug convex hull around selected actors with a tunable offset.
Tunable spline mesh can be drawn on calculated convex hull perimeter.
CalculateConvexHullPerimeter can be used directly via blueprint without need of selecting actors in the editor.
Important/Additional Notes:
This plugin is code only, and doesn't include sample static mesh used for spline mesh in screenshots.




