Navigation
API > API/Runtime > API/Runtime/Voronoi
All the info you would typically want about a single cell in the Voronoi diagram, in the format that is easiest to compute.
| Name | FVoronoiCellInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Voronoi/Public/Voronoi/Voronoi.h |
| Include Path | #include "Voronoi/Voronoi.h" |
Syntax
struct FVoronoiCellInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Faces | TArray< int32 > | Voronoi/Voronoi.h | ||
| Neighbors | TArray< int32 > | Voronoi/Voronoi.h | ||
| Normals | TArray< FVector > | Voronoi/Voronoi.h | ||
| Vertices | TArray< FVector > | Voronoi/Voronoi.h |