FCloudPagedQuery

Paging info needed for a request that can return paged results

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

Count

Total entries to fetch. -1 means ALL

Public variable

int32

 

Start

First entry to fetch

Constructors

Name Description

Public function

FCloudPagedQuery

(
    int32 InStart,
    int32 InCount
)

Functions

Name Description

Public function Const

bool

 

IsValidRange()

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