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