Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
Paging info needed for a request that can return paged results
| Name | FCloudPagedQuery |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
| Include Path | #include "CloudTitleFileInterface.h" |
Syntax
class FCloudPagedQuery
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCloudPagedQuery
(
int32 InStart, |
CloudTitleFileInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Count | int32 | Total entries to fetch. -1 means ALL | CloudTitleFileInterface.h | |
| Start | int32 | First entry to fetch | CloudTitleFileInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValidRange() |
CloudTitleFileInterface.h |