Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBitArrayMemory
Description
Copy NumBits bits from the source pointer at the given offset into the dest pointer at the given offset. It has the same behavior as MemmoveBitsWordOrder under the constaint that DestOffset == SourceOffset.
| Name | MemmoveBitsWordOrderAlignedInternal |
| 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 MemmoveBitsWordOrderAlignedInternal
(
uint32 *const StartDest,
const uint32 *const StartSource,
int32 StartOffset,
uint32 NumBits
)