TBitArray::CombineWithBitwiseAND

Perform a bitwise AND on this bit array with another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

TBitArray & CombineWithBitwiseAND
(
    const TBitArray & 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()).

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