Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/MappedIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/IteratorUtil.h | |||
MappedIterator
(
const IteratorT& CurItr, |
Util/IteratorUtil.h |
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
)