Navigation
API > API/Runtime > API/Runtime/Core
This is a basic object which counts how many times it has been incremented
| Name | FCountingOutputIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
Syntax
struct FCountingOutputIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCountingOutputIterator() |
Containers/StringConv.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Counter | int32 | Containers/StringConv.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetCount() |
Containers/StringConv.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FCountingOutputIterator & operator*() |
Containers/StringConv.h | ||
const FCountingOutputIterator & operator++() |
Containers/StringConv.h | ||
const FCountingOutputIterator & operator++
(
int |
Containers/StringConv.h | ||
const FCountingOutputIterator & operator+=
(
const int32 Amount |
Containers/StringConv.h | ||
T operator=
(
T Val |
Containers/StringConv.h |