TBitArray::SetRange

Sets or unsets a range of bits within the array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

void SetRange
(
    int32 Index,
    int32 Num,
    bool Value
)

Remarks

Sets or unsets a range of bits within the array.

Parameters

Parameter

Description

Index

The index of the first bit to set.

Num

The number of bits to set.

Value

The value to set the bits to.

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