TBitArray::AddUninitialized

Inserts space for multiple bits at the end of the array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

int32 AddUninitialized
(
    int32 NumBitsToAdd
)

Remarks

Inserts space for multiple bits at the end of the array. The inserted bits are set to arbitrary values and should be written using SetRange or otherwise before being read.

Parameters

Parameter

Description

NumBitsToAdd

The number of bits to add. Must be >= 0.

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