Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include | #include "GeometryScript/PolygonFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptOpenPathOffsetOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| EGeometryScriptPathOffsetEndType | EndType | How the ends of a path should be closed off. | |
| EGeometryScriptPolyOffsetJoinType | JoinType | How to join / extend corners between two edges. | |
| double | MaximumStepsPerRadian | Maximum vertices per radian for round joins and ends. Only applied if > 0. | |
| double | MiterLimit | If JoinType is Miter, limits how far the miter can extend | |
| double | StepsPerRadianScale | Scales the default number of vertices (per radian) used for round joins and ends. |