Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSmallListSet
MappedValueIterator iterates over the values of a small list An optional mapping function can be provided which will then be applied to the values returned by the * operator
| Name | MappedValueIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SmallListSet.h |
| Include Path | #include "Util/SmallListSet.h" |
Syntax
class MappedValueIterator : public UE::Geometry::FSmallListSet::BaseValueIterator
Inheritance Hierarchy
- FSmallListSet::BaseValueIterator → FSmallListSet::MappedValueIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
MappedValueIterator
(
const FSmallListSet* ListSetIn, |
Util/SmallListSet.h |
Functions
Public
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 operator*() |
Util/SmallListSet.h | ||
const MappedValueIterator & operator++() |
Util/SmallListSet.h |