SegmentEnumerable

Wrapper around [SegmentIterator](API\Plugins\GeometricObjects\TPolyline3\SegmentIterator) that has [begin()](API\Plugins\GeometricObjects\TPolyline3\SegmentEnumerable\begin) and [end()](API\Plugins\GeometricObjects\TPolyline3\SegmentEnumerable\end) suitable for range-based for loop

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polyline3.h

Include

#include "Polyline3.h"

Syntax

class SegmentEnumerable

Remarks

Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop

Variables

Name Description

Public variable

const TPolyline...

 

Polyline

Constructors

Name Description

Public function

SegmentEnumerable()

Public function

SegmentEnumerable

(
    const TPolyline3< T >* p
)

Functions

Name Description

Public function

SegmentItera...

 

begin()

Public function

SegmentItera...

 

end()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss