Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
SegmentIterator is used to iterate over the segments of the polyline
| Name | SegmentIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
Syntax
class SegmentIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SegmentIterator
(
const TPolyline< T, D >* p, |
Polyline.h |
Functions
Public
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!() |
Polyline.h | ||
bool operator!=
(
const SegmentIterator& i3 |
Polyline.h | ||
SegmentType operator*() |
Polyline.h | ||
SegmentIterator & operator++() |
Polyline.h | ||
SegmentIterator operator++
(
int |
Polyline.h | ||
bool operator==
(
const SegmentIterator& i3 |
Polyline.h |