Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Open Path Offset Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Open Path 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 |
| enum | End Type | How the ends of a path should be closed off |
| real | Steps Per Radian Scale | Scales the default number of vertices (per radian) used for round joins and ends. |
| real | Maximum Steps Per Radian | Maximum vertices per radian for round joins and ends. Only applied if > 0. |