TConstSubsetIterator

An iterator which only iterates over the elements of the array which correspond to set bits in a separate bit array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/SparseArray.h"

Syntax

template<typename SubsetAllocator>
class TConstSubsetIterator

Remarks

An iterator which only iterates over the elements of the array which correspond to set bits in a separate bit array.

Constructors

Name Description

Public function

TConstSubsetIterator

(
    const TSparseArray& InArray,
    const TBitArray< SubsetAllocator > ...
)

Functions

Name Description

Public function Const

int32

 

GetIndex()

Public function Const

const FRelat...

 

GetRelativeBitReference()

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 Const

const Elemen...

 

operator*()

Public function

TConstSubset...

 

operator++()

Public function Const

const Elemen...

 

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