Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
template<typename AllocatorA, typename AllocatorB>
static TBitArray BitwiseAND
(
const TBitArray < AllocatorA > & A,
const TBitArray < AllocatorB > & B,
EBitwiseOperatorFlags InFlags
)
Remarks
Return the bitwise AND of two bit arrays. The resulting bit array will be sized according to InFlags.