TBitArray::Insert

Adds a bit with the given value at the given index in the array.

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
)

Remarks

Adds a bit with the given value at the given index in the array.

Parameters

Parameter

Description

Value

The value of the bit to add

Index

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

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