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