Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_PolygonLi-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static static UPARAM
(
DisplayName |
Create a Polygon List of a single Polygon, with optional holes | GeometryScript/PolygonFunctions.h |
|
static static UPARAM
(
DisplayName |
Add Polygon to a Polygon List, with optional holes. Returns index of the added polygon. | GeometryScript/PolygonFunctions.h |
|
static static UPARAM
(
DisplayName |
Create a Polygon List from an array of Simple Polygons | GeometryScript/PolygonFunctions.h |
|
UPARAM(DisplayName)
Description
Create a Polygon List of a single Polygon, with optional holes
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include Path | #include "GeometryScript/PolygonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|PolygonList",
Meta=(ScriptMethod, AutoCreateRefTerm="HolePolygons"))
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Add Polygon to a Polygon List, with optional holes. Returns index of the added polygon.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include Path | #include "GeometryScript/PolygonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|PolygonList",
Meta=(ScriptMethod, AutoCreateRefTerm="HolePolygons"))
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Create a Polygon List from an array of Simple Polygons
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include Path | #include "GeometryScript/PolygonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|PolygonList")
static static UPARAM
(
DisplayName
) const