Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FRefCountVector
Enumerable object that maps indices output by Index_iteration to a second type
| Name | MappedEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include Path | #include "Util/RefCountVector.h" |
Syntax
template<typename ToType>
class MappedEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MappedEnumerable
(
const IndexEnumerable& enumerable, |
Util/RefCountVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| enumerable | IndexEnumerable | Util/RefCountVector.h | ||
| MapFunc | TFunction< ToType(int)> | Util/RefCountVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MappedIterator< int, ToType, IndexIterator > begin() |
Util/RefCountVector.h | ||
MappedIterator< int, ToType, IndexIterator > end() |
Util/RefCountVector.h |