Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshPrimitiveFunctions.h |
| Include | #include "GeometryScript/MeshPrimitiveFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptConstrainedDelaunayTriangulationOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRemoveDuplicateVertices | Whether to remove duplicate vertices from the output. | |
| bool | bValidateEdgesInResult | Whether the triangulation should be considered a failure if it doesn't include the requested Constrained Edges. | |
| EGeometryScriptPolygonFillMode | ConstrainedEdgesFillMode | How to decide which parts of the shape defined by constrained edges should be filled with triangles |