| bExtrudeInLocalSpace |
bool |
|
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Mesh"
|
| bFlipResult |
bool |
Whether to flip the facing direction of the generated mesh. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Mesh"
|
| CurveOffset |
double |
How much offset to apply to curves. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten", EditConditionHides)
|
| EndShapes |
EOpenCurveEndShapes |
The shape of the ends of offset curves. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten && OpenCurves != EOffsetOpenCurvesMethod::TreatAsClosed && CurveOffset != 0", EditConditionHides)
|
| ErrorTolerance |
double |
How far to allow the triangulation boundary can deviate from the spline curve before we add more vertices |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Spline"
- Meta=(ClampMin=0.001)
|
| ExtrusionVector |
FVector |
|
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Mesh"
- Meta=(PCG_Overridable)
|
| FlattenMethod |
EFlattenCurveMethod |
Whether and how to flatten the curves. If curves are flattened, they can also be offset. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Spline"
|
| JoinMethod |
EOffsetJoinMethod |
The shape of joins between segments of an offset curve. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten && CurveOffset != 0", EditConditionHides)
|
| MiterLimit |
double |
How far a miter join can extend before it is replaced by a square join. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(ClampMin=0.0, EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten && CurveOffset != 0 && JoinMethod == EOffsetJoinMethod::Miter", EditConditionHides)
|
| OffsetClosedCurves |
EOffsetClosedCurvesMethod |
Whether and how to apply offset to closed curves. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten && CurveOffset != 0", EditConditionHides)
|
| OpenCurves |
EOffsetOpenCurvesMethod |
How to handle open curves: Either offset them, or treat them as closed curves. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Offset"
- Meta=(EditCondition="FlattenMethod != EFlattenCurveMethod::DoNotFlatten", EditConditionHides)
|
| Thickness |
double |
If > 0, Extrude the triangulation by this amount. |
Elements/PCGSplineToMesh.h |
- EditAnywhere
- Category="Settings|Mesh"
- Meta=(PCG_Overridable, ClampMin=0.0)
|