Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPolyline () |
Polyline.h | ||
| Construct polyline with given list of vertices | Polyline.h | ||
TPolyline
(
const VectorType& Point0, |
Construct a single-segment polyline | Polyline.h |
TPolyline()
| Name | TPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
TPolyline()
TPolyline(const TArray< VectorType > &)
Description
Construct polyline with given list of vertices
| Name | TPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
TPolyline
(
const TArray < VectorType > & VertexList
)
TPolyline(const VectorType &, const VectorType &)
Description
Construct a single-segment polyline
| Name | TPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
TPolyline
(
const VectorType & Point0,
const VectorType & Point1
)