Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > Common
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h |
Include | #include "Common/VariablePagedArray.h" |
Syntax
template<typename ItemType>
class TVariablePagedArrayIterator
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TVariablePagedArrayIterator
(
const ArrayType& InOuter |
||
![]() |
TVariablePagedArrayIterator
(
const ArrayType& InOuter, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
const ItemType * | ||
![]() |
const uint64 | ||
![]() |
const PageType * | ||
![]() |
const ItemType * | NextItem () |
|
![]() |
const PageType * | NextPage () |
|
![]() |
const ItemType * | PrevItem () |
|
![]() |
const PageType * | PrevPage () |
|
![]() |
const ItemType * | SetPosition
(
uint64 Index |
|
![]() |
const ItemType * | ||
![]() |
const ItemType * |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
TVariablePagedArrayIterator | operator--
(
int |
|
![]() |
TVariablePagedArrayIterator & | operator-- () |
|
![]() ![]() |
|||
![]() ![]() |
const ItemType & | operator* () |
|
![]() |
TVariablePagedArrayIterator | operator++
(
int |
|
![]() |
TVariablePagedArrayIterator & | operator++ () |
|
![]() ![]() |
const ItemType * | operator-> () |
Typedefs
Name | Description |
---|---|
ArrayType | |
PageGroupType | |
PageType |