Navigation
Unreal Engine C++ API Reference > Runtime > Voronoi > Voronoi
References
Module | Voronoi |
Header | /Engine/Source/Runtime/Experimental/Voronoi/Public/Voronoi/Voronoi.h |
Include | #include "Voronoi/Voronoi.h" |
Syntax
class FVoronoiComputeHelper
Remarks
The Voronoi Compute Helper caches information to help compute cells quickly To safely parallelize voronoi diagram construction, create a separate compute helper per-thread
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FVoronoiComputeHelper
(
const FVoronoiComputeHelper& Other |
||
![]() |
FVoronoiComputeHelper
(
FVoronoiComputeHelper&& Other |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Init () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FVoronoiComputeHelper & | operator=
(
const FVoronoiComputeHelper& Other |
|
![]() |
FVoronoiComputeHelper & | operator=
(
FVoronoiComputeHelper&& Other |