![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IteratorUtil.h>
Public Member Functions | |
| MappedIterator () | |
| bool | operator== (const MappedIterator &Other) const |
| bool | operator!= (const MappedIterator &Other) const |
| ToType | operator* () const |
| const MappedIterator & | operator++ () |
| MappedIterator (const IteratorT &CurItr, const MapFunctionT &MapFunctionIn) | |
Public Attributes | |
| IteratorT | Cur |
| MapFunctionT | MapFunction |
Wrapper around an object of type IteratorT that provides STL iterator-like semantics, that converts from the iteration type (FromType) to a new type (ToType).
Conversion is done via a provided mapping function
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| IteratorT UE::Geometry::MappedIterator< FromType, ToType, IteratorT >::Cur |
| MapFunctionT UE::Geometry::MappedIterator< FromType, ToType, IteratorT >::MapFunction |