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

Inherits UE_TCOMPACT_SET< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >.

Public Types

using KeyArgumentType = typename Super::KeyArgumentType
 

Public Member Functions

void RemoveCurrent ()
 

Detailed Description

template<typename InElementType, typename KeyFuncs, typename Allocator>
class UE_TCOMPACT_SET< InElementType, KeyFuncs, Allocator >::TKeyIterator

Used to iterate over the elements of a UE_TCOMPACT_SET.

Member Typedef Documentation

◆ KeyArgumentType

using UE_TCOMPACT_SET< InElementType, KeyFuncs, Allocator >::TKeyIterator::KeyArgumentType = typename Super::KeyArgumentType

Member Function Documentation

◆ RemoveCurrent()

void UE_TCOMPACT_SET< InElementType, KeyFuncs, Allocator >::TKeyIterator::RemoveCurrent ( )
inline

Removes the current element from the set.


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