TVariablePagedArrayIterator

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, const uint64 ItemIndex )  

Functions

Type Name Description
const ItemTy... GetCurrentItem ()  
const uint64 GetCurrentItemIndex ()  
const PageTy... GetCurrentPage ()  
const ItemTy... NextItem ()  
const PageTy... NextPage ()  
const ItemTy... PrevItem ()  
const PageTy... PrevPage ()  
const ItemTy... SetPosition ( uint64 Index )  
const ItemTy... SetPositionAtFirstItem ()  
const ItemTy... SetPositionAtLastItem ()  

Operators

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

Typedefs

Name Description
ArrayType  
PageGroupType  
PageType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library