Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyBezierSpline
Description
Appends a point to the end of the spline. Creates a new cubic Bezier segment connecting the last point to the new point.
| Name | AppendPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
int32 AppendPoint
(
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 |