FVoronoiCellInfo

All the info you would typically want about a single cell in the Voronoi diagram, in the format that is easiest to compute.

Windows
MacOS
Linux

References

Module

Voronoi

Header

/Engine/Source/Runtime/Experimental/Voronoi/Public/Voronoi/Voronoi.h

Include

#include "Voronoi/Voronoi.h"

Syntax

struct FVoronoiCellInfo

Remarks

All the info you would typically want about a single cell in the Voronoi diagram, in the format that is easiest to compute.

Variables

Name Description

Public variable

TArray< int32 >

 

Faces

Public variable

TArray< int32 >

 

Neighbors

Public variable

TArray< FVector...

 

Normals

Public variable

TArray< FVector...

 

Vertices

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss