![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LumenSparseSpanArray.h>
Classes | |
| class | TRangedForConstIterator |
| class | TRangedForIterator |
Public Member Functions | |
| int32 | Num () const |
| void | Reserve (int32 NumElements) |
| int32 | AddSpan (int32 NumElements) |
| void | RemoveSpan (int32 FirstElementIndex, int32 NumElements) |
| void | Consolidate () |
| void | Reset () |
| ElementType & | operator[] (int32 Index) |
| const ElementType & | operator[] (int32 Index) const |
| bool | IsAllocated (int32 ElementIndex) const |
| SIZE_T | GetAllocatedSize () const |
| TRangedForIterator | begin () |
| TRangedForIterator | end () |
| TRangedForConstIterator | begin () const |
| TRangedForConstIterator | end () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |