![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StringConv.h>
Public Member Functions | |
| FCountingOutputIterator () | |
| const FCountingOutputIterator & | operator* () const |
| const FCountingOutputIterator & | operator++ () |
| const FCountingOutputIterator & | operator++ (int) |
| const FCountingOutputIterator & | operator+= (const int32 Amount) |
| template<typename T > | |
| T | operator= (T Val) const |
| int32 | GetCount () const |
Friends | |
| int32 | operator- (FCountingOutputIterator Lhs, FCountingOutputIterator Rhs) |
This is a basic object which counts how many times it has been incremented
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |