Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyBezierSpline
Description
Prepends a point to the spline at the beginning. The new point will be connected to the first segment.
| Name | PrependPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
int32 PrependPoint
(
const ValueType & Position,
EParameterizationPolicy ParameterizationPolicy
)
Index of the new segment
Parameters
| Name | Remarks |
|---|---|
| Position | The position of the new point |
| ParameterizationPolicy | How to distribute Knots |