UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator Struct Reference

#include <SetKeyFuncs.h>

Public Member Functions

 FIterator (const TSetKeyFuncs< ElementType, KeyFuncsType > &InOwner)
 
const ElementType & operator* () const
 
FIteratoroperator++ ()
 
bool operator!= (FIterationSentinel) const
 

Detailed Description

template<typename ElementType, typename KeyFuncsType>
struct TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator

Implementation detail for ranged for loops; do not use this type directly.

Constructor & Destructor Documentation

◆ FIterator()

template<typename ElementType , typename KeyFuncsType >
TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator::FIterator ( const TSetKeyFuncs< ElementType, KeyFuncsType > &  InOwner)
inline

Member Function Documentation

◆ operator!=()

template<typename ElementType , typename KeyFuncsType >
bool TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator::operator!= ( FIterationSentinel  ) const
inline

◆ operator*()

template<typename ElementType , typename KeyFuncsType >
const ElementType & TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator::operator* ( ) const
inline

◆ operator++()

template<typename ElementType , typename KeyFuncsType >
TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator & TSetKeyFuncs< ElementType, KeyFuncsType >::FIterator::operator++ ( )
inline

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