Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPairExpandIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/IteratorUtil.h | |||
TPairExpandIterator
(
const InputIteratorT& CurItr, |
Util/IteratorUtil.h |
TPairExpandIterator()
| Name | TPairExpandIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IteratorUtil.h |
| Include Path | #include "Util/IteratorUtil.h" |
TPairExpandIterator()
TPairExpandIterator(const InputIteratorT &, const InputIteratorT &, const PairExpandFunctionT &)
| Name | TPairExpandIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IteratorUtil.h |
| Include Path | #include "Util/IteratorUtil.h" |
TPairExpandIterator
(
const InputIteratorT & CurItr,
const InputIteratorT & EndItr,
const PairExpandFunctionT & PairFuncIn
)