Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Description
Perform a bitwise AND on this bit array with another. This array receives the result and will be sized max(A.Num(), B.Num()).
| Name | CombineWithBitwiseAND |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
template<typename OtherAllocator>
TBitArray & CombineWithBitwiseAND
(
const TBitArray < OtherAllocator > & InOther,
EBitwiseOperatorFlags InFlags
)