![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BitArray.h>
Inheritance diagram for TBitArray< Allocator >::FConstIterator:Public Member Functions | |
| UE_FORCEINLINE_HINT | FConstIterator (const TBitArray< Allocator > &InArray UE_LIFETIMEBOUND, int32 StartIndex=0) |
| UE_FORCEINLINE_HINT FConstIterator & | operator++ () |
| UE_FORCEINLINE_HINT FConstBitReference | operator* () const |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| UE_FORCEINLINE_HINT FConstBitReference | GetValue () const |
| UE_FORCEINLINE_HINT int32 | GetIndex () const |
Public Member Functions inherited from FRelativeBitReference | |
| UE_FORCEINLINE_HINT | FRelativeBitReference (int32 BitIndex) |
| UE_FORCEINLINE_HINT bool | operator== (FRelativeBitReference Other) const |
| UE_FORCEINLINE_HINT bool | operator!= (FRelativeBitReference Other) const |
Additional Inherited Members | |
Public Attributes inherited from FRelativeBitReference | |
| int32 | WordIndex |
| uint32 | Mask |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |