Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBitArrayMemory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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. | Containers/BitArray.h | |
static 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. | Containers/BitArray.h |
ModularizeWordOffset(uint32 *&, int32 &)
Description
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.
| Name | ModularizeWordOffset |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
static void ModularizeWordOffset
(
uint32 *& Data,
int32 & Offset
)
ModularizeWordOffset(uint32 const *&, int32 &)
Description
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.
| Name | ModularizeWordOffset |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/BitArray.cpp |
static void ModularizeWordOffset
(
uint32 const *& Data,
int32 & Offset
)