Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPolyLineData
Description
Get the number of segments in this line. If the line is closed, this will be the same as the number of control points in the line.
Derived Overrides
- UPCGLandscapeSplineData::GetNumSegments
- UPCGPolygon2DData::GetNumSegments
- UPCGSplineData::GetNumSegments
| Name | GetNumSegments |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGPolyLineData.h |
| Include Path | #include "Data/PCGPolyLineData.h" |
UFUNCTION (BlueprintCallable, Category="PolylineData")
virtual int GetNumSegments() const