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