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

#include <RefCountVector.h>

+ Inheritance diagram for UE::Geometry::FRefCountVector::IndexIterator:

Public Member Functions

 IndexIterator ()
 
int operator* () const
 
IndexIteratoroperator++ ()
 
IndexIterator operator++ (int)
 
- Public Member Functions inherited from UE::Geometry::FRefCountVector::BaseIterator
 BaseIterator ()
 
bool operator== (const BaseIterator &Other) const
 
bool operator!= (const BaseIterator &Other) const
 

Protected Member Functions

 IndexIterator (const FRefCountVector *VectorIn, int Index, int Last)
 
- Protected Member Functions inherited from UE::Geometry::FRefCountVector::BaseIterator
void goto_next ()
 
 BaseIterator (const FRefCountVector *VectorIn, int IndexIn, int LastIn)
 

Friends

class FRefCountVector
 

Additional Inherited Members

- Protected Attributes inherited from UE::Geometry::FRefCountVector::BaseIterator
const FRefCountVectorVector
 
int Index
 
int LastIndex
 

Constructor & Destructor Documentation

◆ IndexIterator() [1/2]

UE::Geometry::FRefCountVector::IndexIterator::IndexIterator ( )
inline

◆ IndexIterator() [2/2]

UE::Geometry::FRefCountVector::IndexIterator::IndexIterator ( const FRefCountVector VectorIn,
int  Index,
int  Last 
)
inlineprotected

Member Function Documentation

◆ operator*()

int UE::Geometry::FRefCountVector::IndexIterator::operator* ( ) const
inline

◆ operator++() [1/2]

IndexIterator & UE::Geometry::FRefCountVector::IndexIterator::operator++ ( )
inline

◆ operator++() [2/2]

IndexIterator UE::Geometry::FRefCountVector::IndexIterator::operator++ ( int  )
inline

Friends And Related Symbol Documentation

◆ FRefCountVector

friend class FRefCountVector
friend

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