Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info for a response with paged results
| Name | FOnlinePagedResult |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
class FOnlinePagedResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlinePagedResult() |
OnlineSubsystemTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlinePagedResult() |
OnlineSubsystemTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Count | int32 | Number returned | OnlineSubsystemTypes.h | |
| Start | int32 | Starting entry | OnlineSubsystemTypes.h | |
| Total | int32 | Total available | OnlineSubsystemTypes.h |