![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IteratorUtil.h>
Public Member Functions | |
| TPairExpandEnumerable (const InputIteratorT &BeginIn, const InputIteratorT &EndIn, ExpandFunctionT ExpandFuncIn) | |
| template<typename IteratorSource > | |
| TPairExpandEnumerable (const IteratorSource &Source, ExpandFunctionT ExpandFuncIn) | |
| ExpandIteratorT | begin () |
| ExpandIteratorT | end () |
Public Attributes | |
| ExpandFunctionT | ExpandFunc |
| InputIteratorT | BeginItr |
| InputIteratorT | EndItr |
Generic "enumerable" object that provides begin/end semantics for an TPairExpandIterator suitable for use with range-based for. You can either provide begin/end iterators, or another "enumerable" object that has begin()/end() functions.
|
inline |
|
inline |
|
inline |
|
inline |
| InputIteratorT UE::Geometry::TPairExpandEnumerable< InputIteratorT >::BeginItr |
| InputIteratorT UE::Geometry::TPairExpandEnumerable< InputIteratorT >::EndItr |
| ExpandFunctionT UE::Geometry::TPairExpandEnumerable< InputIteratorT >::ExpandFunc |