UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE_TSPARSE_SET< InElementType, KeyFuncs, Allocator >::TIterator Class Reference

Inherits UE_TSPARSE_SET< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >.

Public Member Functions

 TIterator (UE_TSPARSE_SET &InSet)
 
UE_FORCEINLINE_HINT void RemoveCurrent ()
 

Friends

class UE_TSPARSE_SET
 

Detailed Description

template<typename InElementType, typename KeyFuncs, typename Allocator>
class UE_TSPARSE_SET< InElementType, KeyFuncs, Allocator >::TIterator

Used to iterate over the elements of a UE_TSPARSE_SET.

Constructor & Destructor Documentation

◆ TIterator()

UE_TSPARSE_SET< InElementType, KeyFuncs, Allocator >::TIterator::TIterator ( UE_TSPARSE_SET InSet)
inline

Member Function Documentation

◆ RemoveCurrent()

UE_FORCEINLINE_HINT void UE_TSPARSE_SET< InElementType, KeyFuncs, Allocator >::TIterator::RemoveCurrent ( )
inline

Removes the current element from the set.

Friends And Related Symbol Documentation

◆ UE_TSPARSE_SET

friend class UE_TSPARSE_SET
friend

The documentation for this class was generated from the following file: