Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSmallListSet
ValueIterator iterates over the values of a small list
| Name | ValueIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SmallListSet.h |
| Include Path | #include "Util/SmallListSet.h" |
Syntax
class ValueIterator : public UE::Geometry::FSmallListSet::BaseValueIterator
Inheritance Hierarchy
- FSmallListSet::BaseValueIterator → FSmallListSet::ValueIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
ValueIterator
(
const FSmallListSet* ListSetIn, |
Util/SmallListSet.h |
Functions
Public
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 operator*() |
Util/SmallListSet.h | ||
const ValueIterator & operator++() |
Util/SmallListSet.h |