FIterator

BitArray iterator.

Windows
MacOS
Linux

Inheritance Hierarchy

FRelativeBitReference

TBitArray::FIterator

References

Module

Core

Header

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

Include

#include "Containers/BitArray.h"

Syntax

class FIterator : public FRelativeBitReference

Remarks

BitArray iterator.

Constructors

Name Description

Public function

FIterator

(
    TBitArray< Allocator >& InArray,
    int32 StartIndex
)

Functions

Name Description

Public function Const

int32

 

GetIndex()

Public function Const

FBitReferenc...

 

GetValue()

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function

FIterator &

 

operator++()

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