Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FRefCountVector
Iterators base iterator for indices with valid refcount (skips zero-refcount indices)
| Name | BaseIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include Path | #include "Util/RefCountVector.h" |
Syntax
class BaseIterator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BaseIterator () |
Util/RefCountVector.h | ||
BaseIterator
(
const FRefCountVector* VectorIn, |
Util/RefCountVector.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void goto_next() |
Util/RefCountVector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const BaseIterator& Other |
Util/RefCountVector.h | ||
bool operator==
(
const BaseIterator& Other |
Util/RefCountVector.h |