| CoordinateSpace |
TEnumAsByte< ESplineCoordinateSpace::Type > |
|
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| ErrorTolerance |
float |
|
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(EditCondition="SampleSpacing == EGeometryScriptSampleSpacing::ErrorTolerance")
|
| NumSamples |
int32 |
|
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(EditCondition="SampleSpacing != EGeometryScriptSampleSpacing::ErrorTolerance")
|
| RangeEnd |
float |
If not evaluating the full spline, where to stop sampling. Expressed in units based on the EvaluateRange value. |
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(EditCondition="EvaluateRange != EGeometryScriptEvaluateSplineRange::FullSpline")
|
| RangeMethod |
EGeometryScriptEvaluateSplineRange |
How the RangeStart and RangeEnd parameters will be interpreted. |
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| RangeStart |
float |
If not evaluating the full spline, where to start sampling. Expressed in units based on the EvaluateRange value. |
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(EditCondition="EvaluateRange != EGeometryScriptEvaluateSplineRange::FullSpline")
|
| SampleSpacing |
EGeometryScriptSampleSpacing |
|
GeometryScript/PolyPathFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|