FBitSet::GetAndClearNextBit

Clears the next set bit in the mask and returns its index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

static uint32 GetAndClearNextBit
(
    uint32 & Mask
)

Remarks

Clears the next set bit in the mask and returns its index.

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