Navigation
API > API/Developer > API/Developer/TraceServices
In a page, used items are [ItemOffset .. ItemOffset + ItemCount - 1]. Unused items are [0 .. ItemOffset - 1] and [ItemOffset + ItemCount .. PageSize - 1].
| Name | TVariablePagedArrayPage |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h |
| Include Path | #include "Common/VariablePagedArray.h" |
Syntax
template<typename ItemType>
struct TVariablePagedArrayPage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ItemCount | uint64 | Common/VariablePagedArray.h | ||
| ItemOffset | uint64 | Common/VariablePagedArray.h | ||
| Items | ItemType * | Common/VariablePagedArray.h |