Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptVoronoiOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshPrimitiveFunctions.h |
| Include Path | #include "GeometryScript/MeshPrimitiveFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptVoronoiOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeBoundary | bool | Whether to include the bordering Voronoi cells (which extend 'infinitely' to any boundary) | GeometryScript/MeshPrimitiveFunctions.h |
|
| Bounds | FBox | GeometryScript/MeshPrimitiveFunctions.h |
|
|
| BoundsExpand | float | GeometryScript/MeshPrimitiveFunctions.h |
|
|
| CreateCells | TArray< int32 > | Optional list of cells to create meshes for. If empty, create all cells. | GeometryScript/MeshPrimitiveFunctions.h |
|