TBitArray::Add

Adds multiple bits to the array with the given value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

int32 Add
(
    const bool Value,
    int32 NumToAdd
)

Remarks

Adds multiple bits to the array with the given value.

Returns

The index of the first added bit.

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