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