Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSpline
Description
Adds point by index. Provided parameter is ignored. The new point is inserted before all points with parameter values greater than the new point's parameter.
| Name | InsertPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Spline.h |
| Include Path | #include "Curves/Spline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Spline.cpp |
void InsertPoint
(
const FSplinePoint & InPoint,
int32 Index
)