Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendVertices
(
const TArray< VectorType >& NewVertices |
Add a list of Vertices to the polyline | Polyline.h | |
void AppendVertices
(
const TArray< OtherVectorType >& NewVertices |
Add a list of Vertices to the polyline | Polyline.h |
AppendVertices(const TArray< VectorType > &)
Description
Add a list of Vertices to the polyline
| Name | AppendVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
void AppendVertices
(
const TArray < VectorType > & NewVertices
)
AppendVertices(const TArray< OtherVectorType > &)
Description
Add a list of Vertices to the polyline
| Name | AppendVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
template<typename OtherVectorType>
void AppendVertices
(
const TArray < OtherVectorType > & NewVertices
)