UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FRefCountVector::IndexEnumerable Class Reference

#include <RefCountVector.h>

Public Member Functions

 IndexEnumerable ()
 
 IndexEnumerable (const FRefCountVector *VectorIn)
 
FRefCountVector::IndexIterator begin () const
 
FRefCountVector::IndexIterator end () const
 

Public Attributes

const FRefCountVectorVector
 

Detailed Description

enumerable object that provides begin()/end() semantics, so you can iterate over valid indices using range-based for loop

Constructor & Destructor Documentation

◆ IndexEnumerable() [1/2]

UE::Geometry::FRefCountVector::IndexEnumerable::IndexEnumerable ( )
inline

◆ IndexEnumerable() [2/2]

UE::Geometry::FRefCountVector::IndexEnumerable::IndexEnumerable ( const FRefCountVector VectorIn)
inline

Member Function Documentation

◆ begin()

FRefCountVector::IndexIterator UE::Geometry::FRefCountVector::IndexEnumerable::begin ( ) const
inline

◆ end()

FRefCountVector::IndexIterator UE::Geometry::FRefCountVector::IndexEnumerable::end ( ) const
inline

Member Data Documentation

◆ Vector

const FRefCountVector* UE::Geometry::FRefCountVector::IndexEnumerable::Vector

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