UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::TCountingOutputIterator< DestType > Struct Template Reference

Public Member Functions

 TCountingOutputIterator ()
 
const TCountingOutputIteratoroperator* () const
 
const TCountingOutputIteratoroperator++ ()
 
const TCountingOutputIteratoroperator++ (int)
 
const TCountingOutputIteratoroperator+= (const int32 Amount)
 
const DestTypeoperator= (const DestType &Val) const
 
int32 GetCount () const
 

Friends

int32 operator- (TCountingOutputIterator Lhs, TCountingOutputIterator Rhs)
 

Detailed Description

template<typename DestType>
struct UE::Core::Private::TCountingOutputIterator< DestType >

This is a basic object which counts how many times it has been incremented

Constructor & Destructor Documentation

◆ TCountingOutputIterator()

template<typename DestType >
UE::Core::Private::TCountingOutputIterator< DestType >::TCountingOutputIterator ( )
inline

Member Function Documentation

◆ GetCount()

◆ operator*()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator+=()

template<typename DestType >
const TCountingOutputIterator & UE::Core::Private::TCountingOutputIterator< DestType >::operator+= ( const int32  Amount)
inline

◆ operator=()

template<typename DestType >
const DestType & UE::Core::Private::TCountingOutputIterator< DestType >::operator= ( const DestType Val) const
inline

Friends And Related Symbol Documentation

◆ operator-

template<typename DestType >
int32 operator- ( TCountingOutputIterator< DestType Lhs,
TCountingOutputIterator< DestType Rhs 
)
friend

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