TVariablePagedArray

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 InItemType>  
class TVariablePagedArray  

Constructors

Type Name Description
  TVariablePagedArray ( ILinearAllocator& InAllocator, uint64 InPageSize )  

Destructors

Type Name Description
  ~TVariablePagedArray ()  

Functions

Type Name Description
const ItemTy... First ()  
ItemType & First ()  
TIterator GetIterator ()  
TIterator GetIteratorFromItem ( uint64 ItemIndex )  
uint64 GetPageSize ()  
ItemType & Insert ( uint64 Index )  
const ItemTy... Last ()  
ItemType & Last ()  
uint64 Num ()  
uint64 NumItemsWasted ()  
uint64 NumPages ()  
ItemType & PushBack ()  
double WastedPercent ()  

Operators

Type Name Description
const ItemTy... operator[] ( uint64 Index )  
ItemType & operator[] ( uint64 Index )  

Typedefs

Name Description
ItemType  
PageGroupType  
PageType  
TIterator  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library