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