Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop
| Name | SegmentEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
Syntax
class SegmentEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Polyline.h | |||
SegmentEnumerable
(
const TPolyline< T, D >* p |
Polyline.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Polyline | const TPolyline< T, D > * | Polyline.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SegmentIterator begin() |
Polyline.h | ||
SegmentIterator end() |
Polyline.h |