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