Navigation
API > API/Runtime > API/Runtime/Core
TPagedArray iterator base class for TIteratorAdapter.
| Name | TIteratorBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
Syntax
template<typename InElementType, typename InPageType, typename InPageTraits>
class TIteratorBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/PagedArray.h | |||
TIteratorBase
(
InPageType* Data, |
Internal parameter constructor (used exclusively by the container). | Containers/PagedArray.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementType | InElementType | Containers/PagedArray.h | |
| PageTraits | InPageTraits | Containers/PagedArray.h | |
| PageType | InPageType | Containers/PagedArray.h | |
| SizeType | typename PageType::SizeType | Containers/PagedArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | PageType * | Containers/PagedArray.h | ||
| PageIndex | SizeType | Containers/PagedArray.h | ||
| PageOffset | SizeType | Containers/PagedArray.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & Dereference() |
Containers/PagedArray.h | ||
bool Equals
(
const TIteratorBase& Other |
Containers/PagedArray.h | ||
void Increment() |
Containers/PagedArray.h |