Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyBezierSpline
Description
Anchor points are unique segment endpoints. All segments have 2 corresponding anchor points. For a closed spline, the final segment's anchor points are the first and last points.
| Name | GetNumAnchorPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
int32 GetNumAnchorPoints() const