![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RefCountVector.h>
Public Member Functions | |
| IndexEnumerable () | |
| IndexEnumerable (const FRefCountVector *VectorIn) | |
| FRefCountVector::IndexIterator | begin () const |
| FRefCountVector::IndexIterator | end () const |
Public Attributes | |
| const FRefCountVector * | Vector |
enumerable object that provides begin()/end() semantics, so you can iterate over valid indices using range-based for loop
|
inline |
|
inline |
|
inline |
|
inline |
| const FRefCountVector* UE::Geometry::FRefCountVector::IndexEnumerable::Vector |