TVariablePagedArrayPage

In a page, used items are [ItemOffset .. ItemOffset + ItemCount - 1].

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h

Include

#include "Common/VariablePagedArray.h"

Syntax

template<typename ItemType>
struct TVariablePagedArrayPage

Remarks

In a page, used items are [ItemOffset .. ItemOffset + ItemCount - 1]. Unused items are [0 .. ItemOffset - 1] and [ItemOffset + ItemCount .. PageSize - 1].

Variables

Name Description

Public variable

uint64

 

ItemCount

Public variable

uint64

 

ItemOffset

Public variable

ItemType *

 

Items

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss