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

#include <Polygon2.h>

Public Member Functions

 SegmentEnumerable ()
 
 SegmentEnumerable (const TPolygon2< T > *p)
 
SegmentIterator begin ()
 
SegmentIterator end ()
 

Public Attributes

const TPolygon2< T > * polygon
 

Detailed Description

template<typename T>
class UE::Geometry::TPolygon2< T >::SegmentEnumerable

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

Constructor & Destructor Documentation

◆ SegmentEnumerable() [1/2]

template<typename T >
UE::Geometry::TPolygon2< T >::SegmentEnumerable::SegmentEnumerable ( )
inline

◆ SegmentEnumerable() [2/2]

template<typename T >
UE::Geometry::TPolygon2< T >::SegmentEnumerable::SegmentEnumerable ( const TPolygon2< T > *  p)
inline

Member Function Documentation

◆ begin()

template<typename T >
SegmentIterator UE::Geometry::TPolygon2< T >::SegmentEnumerable::begin ( )
inline

◆ end()

template<typename T >
SegmentIterator UE::Geometry::TPolygon2< T >::SegmentEnumerable::end ( )
inline

Member Data Documentation

◆ polygon

template<typename T >
const TPolygon2<T>* UE::Geometry::TPolygon2< T >::SegmentEnumerable::polygon

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