| bOffsetBothSides |
bool |
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. |
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. 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. |
GeometryScript/PolygonFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(ClampMin="0")
|