Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
Syntax
class FBitArrayMemory
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MemmoveBitsWordOrder
(
uint32* DestBits, |
Copy NumBits bits from the source pointer and offset into the dest pointer and offset. | |
| void | MemmoveBitsWordOrder
(
int32* DestBits, |
Copy NumBits bits from the source pointer and offset into the dest pointer and offset. | |
| void | ModularizeWordOffset
(
uint32*& Data, |
Given Data and Offset that specify a specific bit in a specific word, modify Data and Offset so that they specify the same bit but that 0 <= Offset < NumBitsPerDWORD. | |
| void | ModularizeWordOffset
(
uint32 const*& Data, |
Given Data and Offset that specify a specific bit in a specific word, modify Data and Offset so that they specify the same bit but that 0 <= Offset < NumBitsPerDWORD. |