UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator Class Reference

#include <DynamicVector.h>

Public Member Functions

const Type & operator* () const
 
Type & operator* ()
 
FIteratoroperator++ ()
 
FIterator operator++ (int)
 
bool operator== (const FIterator &Itr2) const
 
bool operator!= (const FIterator &Itr2) const
 

Friends

class TDynamicVector
 

Member Function Documentation

◆ operator!=()

template<typename Type , int32 BlockSize = 512>
bool UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator!= ( const FIterator Itr2) const
inline

◆ operator*() [1/2]

template<typename Type , int32 BlockSize = 512>
Type & UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator* ( )
inline

◆ operator*() [2/2]

template<typename Type , int32 BlockSize = 512>
const Type & UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename Type , int32 BlockSize = 512>
FIterator & UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename Type , int32 BlockSize = 512>
FIterator UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator++ ( int  )
inline

◆ operator==()

template<typename Type , int32 BlockSize = 512>
bool UE::Geometry::TDynamicVector< Type, BlockSize >::FIterator::operator== ( const FIterator Itr2) const
inline

Friends And Related Symbol Documentation

◆ TDynamicVector

template<typename Type , int32 BlockSize = 512>
friend class TDynamicVector
friend

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