Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolyPathFunctions.h |
| Include | #include "GeometryScript/PolyPathFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptSplineSamplingOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< ESplineCoordinateSpace::Type > | CoordinateSpace | ||
| float | ErrorTolerance | ||
| int32 | NumSamples | ||
| float | RangeEnd | If not evaluating the full spline, where to stop sampling. Expressed in units based on the EvaluateRange value. | |
| EGeometryScriptEvaluateSplineRange | RangeMethod | How the RangeStart and RangeEnd parameters will be interpreted. | |
| float | RangeStart | If not evaluating the full spline, where to start sampling. Expressed in units based on the EvaluateRange value. | |
| EGeometryScriptSampleSpacing | SampleSpacing |