![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SparseArray.h>
Public Member Functions | |
| TConstSubsetIterator (const TSparseArray &InArray, const TBitArray< SubsetAllocator > &InBitArray) | |
| TConstSubsetIterator & | operator++ () |
| UE_FORCEINLINE_HINT int32 | GetIndex () const |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| UE_FORCEINLINE_HINT const ElementType & | operator* () const |
| UE_FORCEINLINE_HINT const ElementType * | operator-> () const |
| UE_FORCEINLINE_HINT const FRelativeBitReference & | GetRelativeBitReference () const |
An iterator which only iterates over the elements of the array which correspond to set bits in a separate bit array.
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |
|
inline |