| EndType |
EGeometryScriptPathOffsetEndType |
How the ends of a path should be closed off. |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| JoinType |
EGeometryScriptPolyOffsetJoinType |
How to join / extend corners between two edges. |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| MaximumStepsPerRadian |
double |
Maximum vertices per radian for round joins and ends. Only applied if > 0. |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(ClampMin="-1")
|
| MiterLimit |
double |
If JoinType is Miter, limits how far the miter can extend |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| StepsPerRadianScale |
double |
Scales the default number of vertices (per radian) used for round joins and ends. |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(ClampMin="0")
|