UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::FCountingOutputIterator Struct Reference

#include <StringConv.h>

Public Member Functions

 FCountingOutputIterator ()
 
const FCountingOutputIteratoroperator* () const
 
const FCountingOutputIteratoroperator++ ()
 
const FCountingOutputIteratoroperator++ (int)
 
const FCountingOutputIteratoroperator+= (const int32 Amount)
 
template<typename T >
operator= (T Val) const
 
int32 GetCount () const
 

Friends

int32 operator- (FCountingOutputIterator Lhs, FCountingOutputIterator Rhs)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FCountingOutputIterator()

UE::Core::Private::FCountingOutputIterator::FCountingOutputIterator ( )
inline

Member Function Documentation

◆ GetCount()

int32 UE::Core::Private::FCountingOutputIterator::GetCount ( ) const
inline

◆ operator*()

const FCountingOutputIterator & UE::Core::Private::FCountingOutputIterator::operator* ( ) const
inline

◆ operator++() [1/2]

const FCountingOutputIterator & UE::Core::Private::FCountingOutputIterator::operator++ ( )
inline

◆ operator++() [2/2]

const FCountingOutputIterator & UE::Core::Private::FCountingOutputIterator::operator++ ( int  )
inline

◆ operator+=()

const FCountingOutputIterator & UE::Core::Private::FCountingOutputIterator::operator+= ( const int32  Amount)
inline

◆ operator=()

template<typename T >
T UE::Core::Private::FCountingOutputIterator::operator= ( Val) const
inline

Friends And Related Symbol Documentation

◆ operator-

int32 operator- ( FCountingOutputIterator  Lhs,
FCountingOutputIterator  Rhs 
)
friend

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