Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/MappedIterator
Overloads
MappedIterator()
| |
|
| Name |
MappedIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Util/IteratorUtil.h |
| Include Path |
#include "Util/IteratorUtil.h" |
MappedIterator()
MappedIterator(const IteratorT &, const MapFunctionT &)
| |
|
| Name |
MappedIterator |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Util/IteratorUtil.h |
| Include Path |
#include "Util/IteratorUtil.h" |
MappedIterator
(
const IteratorT & CurItr,
const MapFunctionT & MapFunctionIn
)