TStaticBitArray::FindFirstClearBit

Finds the first clear bit in the array and returns the bit index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StaticBitArray.h"

Syntax

int32 FindFirstClearBit() const

Remarks

Finds the first clear bit in the array and returns the bit index. If there isn't one, INDEX_NONE is returned.

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