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 FGeometryScriptPolygonOffsetOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOffsetBothSides | Whether to apply the offset to both sides of the polygon, i.e. adding an inner hole to any polygon. If false, the offset is only applied to one side. | |
| EGeometryScriptPolyOffsetJoinType | JoinType | How to join / extend corners between two edges. | |
| double | MaximumStepsPerRadian | Maximum vertices per radian for round joins. 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. |