Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/GeometryScriptTypes.h |
| Include | #include "GeometryScript/GeometryScriptTypes.h" |
Syntax
USTRUCT&40;BlueprintType, Meta&61;&40;DisplayName&61;"PolygonList"&41;&41;
struct FGeometryScriptGeneralPolygonList
Remarks
A list of general polygons, which may have holes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< TArray< UE::Geometry::FGeneralPolygon2d > > | Polygons |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FGeometryScriptGeneralPolygonList& Other |
||
| bool | operator==
(
const FGeometryScriptGeneralPolygonList& Other |