TBitArray::FindLast

Finds the last true/false bit in the array, and returns the bit index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

int32 FindLast
(
    bool bValue
) const

Remarks

Finds the last true/false bit in the array, and returns the bit index. If there is none, 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