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