Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const VectorType & operator[]
(
int Index |
Get the vertex at a given index | Polyline.h | |
VectorType & operator[]
(
int Index |
Get the vertex at a given index | Polyline.h |
operatorint
Description
Get the vertex at a given index
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
const VectorType & operator[]
(
int Index
) const
operatorint
Description
Get the vertex at a given index
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
VectorType & operator[]
(
int Index
)