Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSmallListSet
MappedValueEnumerable is an object that provides begin/end semantics for a small list, suitable for use with a range-based for loop
| Name | MappedValueEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SmallListSet.h |
| Include Path | #include "Util/SmallListSet.h" |
Syntax
class MappedValueEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
MappedValueEnumerable
(
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 | ||
| MapFunc | TFunction< int32(int32)> | Util/SmallListSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/SmallListSet.h | |||
| Util/SmallListSet.h |