TBitArray::BitwiseAND

Return the bitwise AND of two bit arrays.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/BitArray.h

Include

#include "Containers/BitArray.h"

Syntax

static TBitArray BitwiseAND
(
    const TBitArray & A,
    const TBitArray & B,
    EBitwiseOperatorFlags InFlags
)

Remarks

Return the bitwise AND of two bit arrays. The resulting bit array will be sized according to InFlags.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss