UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSortedSet< InElementType, ArrayAllocator, SortPredicate >::TIterator Class Reference

#include <SortedSet.h>

Inherits TSortedSet< InElementType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >.

Public Member Functions

UE_FORCEINLINE_HINT TIterator (TSortedSet &InSet)
 
UE_FORCEINLINE_HINT void RemoveCurrent ()
 

Detailed Description

template<typename InElementType, typename ArrayAllocator, typename SortPredicate>
class TSortedSet< InElementType, ArrayAllocator, SortPredicate >::TIterator

Set iterator

Constructor & Destructor Documentation

◆ TIterator()

Member Function Documentation

◆ RemoveCurrent()

Removes the current element from the set


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