PICO Unreal Platform SDK
FPicoOnlineLeaderboardRead Struct Reference

Interface for reading data from a leaderboard service. Similar to FOnlineLeaderboardRead. More...

#include <OnlineSubsystemPicoNames.h>

Public Attributes

FString LeaderboardName
 
FString SortedColumn
 
TArray< FPicoOnlineStatsRowRows
 
EOnlineAsyncTaskStatePicoType ReadState
 
TArray< FPicoColumnMetaDataColumnMetadata
 
int PageIndex
 
int PageSize
 

Detailed Description

Interface for reading data from a leaderboard service. Similar to FOnlineLeaderboardRead.

Member Data Documentation

◆ ColumnMetadata

TArray<FPicoColumnMetaData> ColumnMetadata

Column metadata for this leaderboard

◆ LeaderboardName

FString LeaderboardName

The name of the leaderboard to read

◆ PageIndex

int PageIndex

The page number where the leaderboard you want to read begins. Start from 0

◆ PageSize

int PageSize

The number of leaderboards to be returned on each page

◆ ReadState

EOnlineAsyncTaskStatePicoType ReadState

Indicates an error reading data occurred while processing

◆ Rows

TArray<FPicoOnlineStatsRow> Rows

The array of ranked users retrieved

◆ SortedColumn

FString SortedColumn

The column this leaderboard is sorted by