UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FRefCountVector::MappedEnumerable< ToType > Class Template Reference

#include <RefCountVector.h>

Public Member Functions

 MappedEnumerable (const IndexEnumerable &enumerable, TFunction< ToType(int)> MapFunc)
 
MappedIterator< int, ToType, IndexIteratorbegin ()
 
MappedIterator< int, ToType, IndexIteratorend ()
 

Public Attributes

TFunction< ToType(int)> MapFunc
 
IndexEnumerable enumerable
 

Constructor & Destructor Documentation

◆ MappedEnumerable()

template<typename ToType >
UE::Geometry::FRefCountVector::MappedEnumerable< ToType >::MappedEnumerable ( const IndexEnumerable enumerable,
TFunction< ToType(int)>  MapFunc 
)
inline

Member Function Documentation

◆ begin()

template<typename ToType >
MappedIterator< int, ToType, IndexIterator > UE::Geometry::FRefCountVector::MappedEnumerable< ToType >::begin ( )
inline

◆ end()

template<typename ToType >
MappedIterator< int, ToType, IndexIterator > UE::Geometry::FRefCountVector::MappedEnumerable< ToType >::end ( )
inline

Member Data Documentation

◆ enumerable

◆ MapFunc

template<typename ToType >
TFunction<ToType(int)> UE::Geometry::FRefCountVector::MappedEnumerable< ToType >::MapFunc

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