Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTangentBezierSpline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 PrependPoint
(
const FTangentBezierControlPoint& Point, |
Prepends a control point to the beginning of the spline. | Splines/TangentBezierSpline.h | |
int32 PrependPoint
(
const FTangentBezierControlPoint& Point, |
Prepends a control point to the beginning of the spline. | Splines/TangentBezierSpline.h |
PrependPoint(const FTangentBezierControlPoint &, float)
Description
Prepends a control point to the beginning of the spline.
| Name | PrependPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/TangentBezierSpline.h |
| Include Path | #include "Splines/TangentBezierSpline.h" |
int32 PrependPoint
(
const FTangentBezierControlPoint & Point,
float Parameter
)
Index of the new point, or INDEX_NONE if the operation failed.
Parameters
| Name | Remarks |
|---|---|
| Point | Control point to prepend |
| Parameter | The parameter of the control point being prepended, must be less than all existing knots. |
PrependPoint(const FTangentBezierControlPoint &, EParameterizationPolicy)
Description
Prepends a control point to the beginning of the spline.
| Name | PrependPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/TangentBezierSpline.h |
| Include Path | #include "Splines/TangentBezierSpline.h" |
int32 PrependPoint
(
const FTangentBezierControlPoint & Point,
EParameterizationPolicy Policy
)
Index of the new point, or INDEX_NONE if the operation failed.
Parameters
| Name | Remarks |
|---|---|
| Point | Control point to prepend. |
| Policy | The policy to use for generating the knot for the point being prepended. |