Navigation
API > API/Developer > API/Developer/TraceServices
| |
|
| Name |
TVariablePagedArrayPageGroup |
| Type |
struct |
| Header File |
/Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h |
| Include Path |
#include "Common/VariablePagedArray.h" |
Syntax
template<typename ItemType>
struct TVariablePagedArrayPageGroup
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FirstItemIndex |
uint64 |
|
Common/VariablePagedArray.h |
|
| FirstPageIndex |
uint64 |
|
Common/VariablePagedArray.h |
|
| ItemCount |
uint64 |
|
Common/VariablePagedArray.h |
|
| PageCount |
uint64 |
|
Common/VariablePagedArray.h |
|