TBitArray::Insert

Inserts multiple bits with the given value into the array, starting at the given Index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

void Insert
(
    bool Value,
    int32 Index,
    int32 NumBitsToAdd
)

Remarks

Inserts multiple bits with the given value into the array, starting at the given Index.

Parameters

Parameter

Description

Value

The value of the bits to add

Index

The index at which to add; must be 0 <= Index <= Num().

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