![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RefCountVector.h>
Inheritance diagram for UE::Geometry::FRefCountVector::BaseIterator:Public Member Functions | |
| BaseIterator () | |
| bool | operator== (const BaseIterator &Other) const |
| bool | operator!= (const BaseIterator &Other) const |
Protected Member Functions | |
| void | goto_next () |
| BaseIterator (const FRefCountVector *VectorIn, int IndexIn, int LastIn) | |
Protected Attributes | |
| const FRefCountVector * | Vector |
| int | Index |
| int | LastIndex |
Friends | |
| class | FRefCountVector |
base iterator for indices with valid refcount (skips zero-refcount indices)
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |
|
protected |