Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIteratorBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/PagedArray.h | |||
TIteratorBase
(
InPageType* Data, |
Internal parameter constructor (used exclusively by the container). | Containers/PagedArray.h |
TIteratorBase()
| Name | TIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
TIteratorBase()
TIteratorBase(InPageType *, SizeType)
Description
Internal parameter constructor (used exclusively by the container).
| Name | TIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
TIteratorBase
(
InPageType * Data,
SizeType Offset
)