Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBitArray
Description
Return the bitwise OR of two bit arrays. The resulting bit array will be sized according to InFlags.
| Name | BitwiseOR |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
template<typename AllocatorA, typename AllocatorB>
static TBitArray BitwiseOR
(
const TBitArray < AllocatorA > & A,
const TBitArray < AllocatorB > & B,
EBitwiseOperatorFlags InFlags
)