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 OtherAllocator>
TBitArray & CombineWithBitwiseAND
(
const TBitArray < OtherAllocator > & InOther,
EBitwiseOperatorFlags InFlags
)
Remarks
Perform a bitwise AND on this bit array with another. This array receives the result and will be sized max(A.Num(), B.Num()).