Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
BitArray iterator.
| Name | FIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
Syntax
class FIterator : public FRelativeBitReference
Inheritance Hierarchy
- FRelativeBitReference → TBitArray::FIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIterator
(
TBitArray< Allocator >& InArray, |
Containers/BitArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TBitArray< Allocator > & | Containers/BitArray.h | ||
| Index | int32 | Containers/BitArray.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetIndex() |
Containers/BitArray.h | ||
FBitReference GetValue() |
Containers/BitArray.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | Containers/BitArray.h | |
bool operator!() |
Inverse of the "bool" operator | Containers/BitArray.h | |
FBitReference operator*() |
Containers/BitArray.h | ||
FIterator & operator++() |
Containers/BitArray.h |