Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FRefCountVector
Enumerable object that provides begin()/end() semantics, so you can iterate over valid indices using range-based for loop
| Name | IndexEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include Path | #include "Util/RefCountVector.h" |
Syntax
class IndexEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/RefCountVector.h | |||
IndexEnumerable
(
const FRefCountVector* VectorIn |
Util/RefCountVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Vector | const FRefCountVector * | Util/RefCountVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRefCountVector::IndexIterator begin() |
Util/RefCountVector.h | ||
| Util/RefCountVector.h |