API reference

UOvrChallengeEntryPagesMethods Class

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

ChallengeEntryPages_GetElement ( Model , Index )
The element of this array and the element type is FOvrChallengeEntry. It contains information about a specific challenge entry, such as its unique identifier, the user who created it, the date and time of creation, and any additional metadata.
Signature
static FOvrChallengeEntry UOvrChallengeEntryPagesMethods::ChallengeEntryPages_GetElement(const FOvrChallengeEntryPages &Model, int64 Index)
Parameters
Index: int64
ChallengeEntryPages_GetNextUrl ( Model )
It's a type of string contains the information about the url of the next page of challenge entries.
Signature
static FString UOvrChallengeEntryPagesMethods::ChallengeEntryPages_GetNextUrl(const FOvrChallengeEntryPages &Model)
Parameters
Returns
FString
ChallengeEntryPages_GetPreviousUrl ( Model )
It's a type of string contains the information about the url of the previous page of challenge entries.
Signature
static FString UOvrChallengeEntryPagesMethods::ChallengeEntryPages_GetPreviousUrl(const FOvrChallengeEntryPages &Model)
Parameters
Returns
FString
ChallengeEntryPages_GetSize ( Model )
The size of this challenge entry array in bytes. It provides information about the amount of data that is stored in the array.
Signature
static int64 UOvrChallengeEntryPagesMethods::ChallengeEntryPages_GetSize(const FOvrChallengeEntryPages &Model)
Parameters
Returns
int64
ChallengeEntryPages_GetTotalCount ( Model )
The total count of FOvrChallengeEntry in this array, across all pages.
Signature
static int64 UOvrChallengeEntryPagesMethods::ChallengeEntryPages_GetTotalCount(const FOvrChallengeEntryPages &Model)
Parameters
Returns
int64
ChallengeEntryPages_HasNextPage ( Model )
A boolean indicates whether this challenge entry array has a next page.
Signature
static bool UOvrChallengeEntryPagesMethods::ChallengeEntryPages_HasNextPage(const FOvrChallengeEntryPages &Model)
Parameters
Returns
bool
ChallengeEntryPages_HasPreviousPage ( Model )
A boolean indicates whether this challenge entry array has a previous page.
Signature
static bool UOvrChallengeEntryPagesMethods::ChallengeEntryPages_HasPreviousPage(const FOvrChallengeEntryPages &Model)
Parameters
Returns
bool