Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray
Inheritance Hierarchy
- FRelativeBitReference
- TBitArray::FConstIterator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
Syntax
class FConstIterator : public FRelativeBitReference
Remarks
Const BitArray iterator.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConstIterator
(
const TBitArray< Allocator >& InArray, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetIndex () |
||
| FConstBitReference | GetValue () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| FConstIterator & | operator++ () |