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;"Simple Polygon"&41;&41;
struct FGeometryScriptSimplePolygon
Remarks
A simple 2D Polygon with no holes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< TArray< FVector2D > > | Vertices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FGeometryScriptSimplePolygon& Other |
||
| bool | operator==
(
const FGeometryScriptSimplePolygon& Other |