Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | EGeometryScriptEvaluateSplineRange |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolyPathFunctions.h |
| Include Path | #include "GeometryScript/PolyPathFunctions.h" |
Syntax
enum EGeometryScriptEvaluateSplineRange
{
FullSpline,
DistanceRange,
TimeRange_ConstantSpeed,
TimeRange_VariableSpeed,
}
Values
| Name | Remarks |
|---|---|
| FullSpline | Evaluate the full spline, ignoring any specified range. |
| DistanceRange | Evaluate a range specified by distances along the spline. |
| TimeRange_ConstantSpeed | Evaluate a range specified by times, based on travelling at constant speed along the spline. |
| TimeRange_VariableSpeed | Evaluate a range specified by times, based on travelling at a constant rate of spline segments/second. |