Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Enables range-based for loops, DO NOT USE DIRECTLY. | Containers/BitArray.h | ||
| Containers/BitArray.h |
begin()
Description
Enables range-based for loops, DO NOT USE DIRECTLY.
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
FIterator begin()
begin()
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
FConstIterator begin() const