TPagedArrayIterator

Unreal Engine C++ API Reference > Developer > TraceServices > Common

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/Common/PagedArray.h
Include #include "Common/PagedArray.h"

Syntax

template<typename ItemType, typename PageType>  
class TPagedArrayIterator  

Constructors

Type Name Description
  TPagedArrayIterator ()  
  TPagedArrayIterator ( const TPagedArray< ItemType, PageTy..., uint64 InItemIndex )  

Functions

Type Name Description
const ItemTy... GetCurrentItem ()  
uint64 GetCurrentItemIndex ()  
const PageTy... GetCurrentPage ()  
uint64 GetCurrentPageIndex ()  
const ItemTy... NextItem ()  
const PageTy... NextPage ()  
const ItemTy... PrevItem ()  
const PageTy... PrevPage ()  
const PageTy... SetCurrentPage ( uint64 PageIndex )  
const ItemTy... SetPosition ( uint64 InItemIndex )  

Operators

Type Name Description
TPagedArrayI... operator-- ()  
TPagedArrayI... operator-- ( int )  
  operator bool ()  
const ItemTy... operator* ()  
TPagedArrayI... operator++ ()  
TPagedArrayI... operator++ ( int )  
const ItemTy... operator-> ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library