TIterator

Iterates over all allocated elements in a sparse array.

Windows
MacOS
Linux

Inheritance Hierarchy

TSparseArray< false >::TBaseIterator

TSparseArray::TIterator

TSparseArray::TRangedForIterator

References

Module

Core

Header

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

Include

#include "Containers/SparseArray.h"

Syntax

class TIterator : public TSparseArray< false >::TBaseIterator

Remarks

Iterates over all allocated elements in a sparse array.

Constructors

Name Description

Public function

TIterator

(
    TSparseArray& InArray
)

Public function

TIterator

(
    TSparseArray& InArray,
    const typename TBaseIterator< false...
)

Functions

Name Description

Public function

void

 

RemoveCurrent()

Safely removes the current element from the array.

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