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