TBitArray::RemoveAtSwap

Removes bits from the array by swapping them with 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

void RemoveAtSwap
(
    int32 BaseIndex,
    int32 NumBitsToRemove
)

Remarks

Removes bits from the array by swapping them with bits at the end of the array. This is mainly implemented so that other code using TArray::RemoveSwap will have matching indices.

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