Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Polygon Offset Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Polygon Offset Options |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Join Type | How to join / extend corners between two edges |
| real | Miter Limit | if JoinType is Miter, limits how far the miter can extend |
| boolean | Offset Both Sides | 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. |
| real | Steps Per Radian Scale | Scales the default number of vertices (per radian) used for round joins. |
| real | Maximum Steps Per Radian | Maximum vertices per radian for round joins. Only applied if > 0. |