Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSmallListSet
ValueEnumerable is an object that provides begin/end semantics for a small list, suitable for use with a range-based for loop
| Name | ValueEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SmallListSet.h |
| Include Path | #include "Util/SmallListSet.h" |
Syntax
class ValueEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
ValueEnumerable
(
const FSmallListSet* ListSetIn, |
Util/SmallListSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ListIndex | int32 | Util/SmallListSet.h | ||
| ListSet | const FSmallListSet * | Util/SmallListSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmallListSet::ValueIterator begin() |
Util/SmallListSet.h | ||
| Util/SmallListSet.h |