Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDereferencingIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
Syntax
template<typename ElementType, typename IteratorType>
struct TDereferencingIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDereferencingIterator
(
IteratorType InIter |
Containers/Array.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Iter | IteratorType | Containers/Array.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TDereferencingIterator& Rhs |
Containers/Array.h | ||
ElementType & operator*() |
Containers/Array.h | ||
TDereferencingIterator & operator++() |
Containers/Array.h |