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