![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Polyline.h>
Public Member Functions | |
| bool | operator! () |
| SegmentType | operator* () const |
| SegmentIterator & | operator++ () |
| SegmentIterator | operator++ (int) |
| bool | operator== (const SegmentIterator &i3) |
| bool | operator!= (const SegmentIterator &i3) |
Protected Member Functions | |
| SegmentIterator (const TPolyline< T, D > *p, int iCur) | |
Protected Attributes | |
| const TPolyline< T, D > * | Polyline |
| int | i |
Friends | |
| class | TPolyline |
SegmentIterator is used to iterate over the segments of the polyline
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |