Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSpline
Description
Adds point by parameter. The new point is inserted after all points with parameter values less than OR EQUAL to the new point's parameter. Nick would like to change this behavior in the future. See UE-250236.
| Name | AddPoint |
| 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 AddPoint
(
const FSplinePoint & InPoint
)