Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSmallListSet
BaseValueIterator is a base class for ValueIterator and MappedValueIterator below.
| Name | BaseValueIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SmallListSet.h |
| Include Path | #include "Util/SmallListSet.h" |
Syntax
class BaseValueIterator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
BaseValueIterator
(
const FSmallListSet* ListSetIn, |
Util/SmallListSet.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GotoNext() |
Util/SmallListSet.h | ||
void GotoNextOverflow() |
Util/SmallListSet.h | ||
void SetToEnd() |
Util/SmallListSet.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const BaseValueIterator& Other |
Util/SmallListSet.h | ||
bool operator==
(
const BaseValueIterator& Other |
Util/SmallListSet.h |