API reference
API reference
Select your platform
No SDKs available
No versions available

UOvrLeaderboardPagesMethods Class

Extends UObject
This class provides methods for accessing and manipulating the elements in a FOvrLeaderboardPages 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

LeaderboardPages_GetElement ( Model , Index )
Access the indexed element in this list.
Signature
static FOvrLeaderboard UOvrLeaderboardPagesMethods::LeaderboardPages_GetElement(const FOvrLeaderboardPages &Model, int64 Index)
Parameters
Model: const FOvrLeaderboardPages &
Index: int64
LeaderboardPages_GetNextUrl ( Model )
The URL to request the next paginated list of elements.
Signature
static FString UOvrLeaderboardPagesMethods::LeaderboardPages_GetNextUrl(const FOvrLeaderboardPages &Model)
Parameters
Model: const FOvrLeaderboardPages &
Returns
FString
LeaderboardPages_GetSize ( Model )
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
Signature
static int64 UOvrLeaderboardPagesMethods::LeaderboardPages_GetSize(const FOvrLeaderboardPages &Model)
Parameters
Model: const FOvrLeaderboardPages &
Returns
int64
LeaderboardPages_HasNextPage ( Model )
Whether there is a next page of elements that can be retrieved.
Signature
static bool UOvrLeaderboardPagesMethods::LeaderboardPages_HasNextPage(const FOvrLeaderboardPages &Model)
Parameters
Model: const FOvrLeaderboardPages &
Returns
bool