API reference

UOvrLeaderboardEntryPagesMethods Class

Extends UObject
This class provides methods for accessing and manipulating the elements in a FOvrLeaderboardEntryPages paginated list. It allows you to easily retrieve and modify the elements in the list, as well as check if there is a next page of elements available.

Static Member Functions

LeaderboardEntryPages_GetElement ( Model , Index )
This field represents an individual FOvrLeaderboardEntry within the array. It contains information about the leaderboard entry, such as its rank, score, and player name.
Signature
static FOvrLeaderboardEntry UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_GetElement(const FOvrLeaderboardEntryPages &Model, int64 Index)
Parameters
Index: int64
LeaderboardEntryPages_GetNextUrl ( Model )
The url of the next page of leaderboard entries. It provides a link to the next set of entries in the leaderboard.
Signature
static FString UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_GetNextUrl(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
FString
LeaderboardEntryPages_GetPreviousUrl ( Model )
The url of the previous leaderboard entries. It provides a link to the previous set of entries in the leaderboard.
Signature
static FString UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_GetPreviousUrl(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
FString
LeaderboardEntryPages_GetSize ( Model )
The size of this leaderboard entry array in bytes. It provides information about the amount of data stored in the array.
Signature
static int64 UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_GetSize(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
int64
LeaderboardEntryPages_GetTotalCount ( Model )
The total count of this leaderboard entry array, ignoring the pagination. It provides information about the total number of entries in the leaderboard.
Signature
static int64 UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_GetTotalCount(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
int64
LeaderboardEntryPages_HasNextPage ( Model )
A boolean indicates whether this leaderboard entry array has next page.
Signature
static bool UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_HasNextPage(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
bool
LeaderboardEntryPages_HasPreviousPage ( Model )
A boolean indicates whether this leaderboard entry array has previous page.
Signature
static bool UOvrLeaderboardEntryPagesMethods::LeaderboardEntryPages_HasPreviousPage(const FOvrLeaderboardEntryPages &Model)
Parameters
Returns
bool