Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
class FPagedQuery
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 | |
|---|---|---|---|
FPagedQuery
(
int32 InStart, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValidRange () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPagedQuery& Other |