Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- TScriptBitArray
- FScriptBitArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
Syntax
template<typename Allocator, typename InDerivedType>
class TScriptBitArray
Remarks
Untyped bit array type for accessing TBitArray data, like FScriptArray for TArray. Must have the same memory representation as a TBitArray.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Minimal initialization constructor. | |||
TScriptBitArray
(
const TScriptBitArray& |
These should really be private, because they shouldn't be called, but there's a bunch of code that needs to be fixed first. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Add
(
const bool Value |
||
| void | Empty
(
int32 Slack |
||
| bool | IsValidIndex
(
int32 Index |
||
| void | MoveAssign
(
DerivedType& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FBitReference | operator[]
(
int32 Index |
||
| FConstBitReference | operator[]
(
int32 Index |
||
| void | operator=
(
const TScriptBitArray& |
Typedefs
| Name | Description |
|---|---|
| AllocatorType | |
| DerivedType |