TBitArray::RemoveAt

Removes bits from the array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

void RemoveAt
(
    int32 BaseIndex,
    int32 NumBitsToRemove
)

Remarks

Removes bits from the array.

Parameters

Parameter

Description

BaseIndex

The index of the first bit to remove.

NumBitsToRemove

The number of consecutive bits to remove.

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