UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TPolyline< T, D >::SegmentEnumerable Class Reference

#include <Polyline.h>

Public Member Functions

 SegmentEnumerable ()
 
 SegmentEnumerable (const TPolyline< T, D > *p)
 
SegmentIterator begin ()
 
SegmentIterator end ()
 

Public Attributes

const TPolyline< T, D > * Polyline
 

Detailed Description

template<typename T, int D>
class UE::Geometry::TPolyline< T, D >::SegmentEnumerable

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

Constructor & Destructor Documentation

◆ SegmentEnumerable() [1/2]

template<typename T , int D>
UE::Geometry::TPolyline< T, D >::SegmentEnumerable::SegmentEnumerable ( )
inline

◆ SegmentEnumerable() [2/2]

template<typename T , int D>
UE::Geometry::TPolyline< T, D >::SegmentEnumerable::SegmentEnumerable ( const TPolyline< T, D > *  p)
inline

Member Function Documentation

◆ begin()

template<typename T , int D>
SegmentIterator UE::Geometry::TPolyline< T, D >::SegmentEnumerable::begin ( )
inline

◆ end()

template<typename T , int D>
SegmentIterator UE::Geometry::TPolyline< T, D >::SegmentEnumerable::end ( )
inline

Member Data Documentation

◆ Polyline

template<typename T , int D>
const TPolyline<T,D>* UE::Geometry::TPolyline< T, D >::SegmentEnumerable::Polyline

The documentation for this class was generated from the following file: