TBitArray::CountSetBits

Count the number of set bits in this array FromIndex <= bit < ToIndex

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

int32 CountSetBits
(
    int32 FromIndex,
    int32 ToIndex
) const

Remarks

Count the number of set bits in this array FromIndex <= bit < ToIndex

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