Navigation
Unreal Engine C++ API Reference > Runtime > Voronoi
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FVoronoiCellInfo | All the info you would typically want about a single cell in the Voronoi diagram, in the format that is easiest to compute. | |
![]() |
FVoronoiComputeHelper | The Voronoi Compute Helper caches information to help compute cells quickly To safely parallelize voronoi diagram construction, create a separate compute helper per-thread | |
![]() |
FVoronoiDiagram | ||
![]() |
FVoronoiDiagramField | Use a Voronoi diagram to support faster querying of Voronoi-like data from arbitrary sample points: | |
![]() |
IVoronoiPlugin | The public interface to this module | |
![]() |
voro_compute |