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