ChallengePages_GetElement
(
Model
, Index
)
|
This field represents an individual element within the challenge array. Each element is of type FOvrChallenge, which contains detailed information about a specific challenge.
Signature
static FOvrChallenge UOvrChallengePagesMethods::ChallengePages_GetElement(const FOvrChallengePages &Model, int64 Index) Parameters Model: const FOvrChallengePages &Index: int64Returns FOvrChallenge |
ChallengePages_GetNextUrl
(
Model
)
|
This field contains the URL of the next page of challenges. If there is no next page, this field will be empty.
Signature
static FString UOvrChallengePagesMethods::ChallengePages_GetNextUrl(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns FString |
ChallengePages_GetPreviousUrl
(
Model
)
|
The URL of the previous page of challenges. If has_previous_page is true, this field provides the URL that the client can use to request the previous page of results.
Signature
static FString UOvrChallengePagesMethods::ChallengePages_GetPreviousUrl(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns FString |
ChallengePages_GetSize
(
Model
)
|
This field indicates the total size of the challenge array in bytes.
Signature
static int64 UOvrChallengePagesMethods::ChallengePages_GetSize(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns int64 |
ChallengePages_GetTotalCount
(
Model
)
|
The total count of challenges contained in the array, across all pages. This field provides the total number of challenges that match the search criteria, regardless of the current page or pagination settings.
Signature
static int64 UOvrChallengePagesMethods::ChallengePages_GetTotalCount(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns int64 |
ChallengePages_HasNextPage
(
Model
)
|
This field indicates whether there is a next page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve beyond the current page.
Signature
static bool UOvrChallengePagesMethods::ChallengePages_HasNextPage(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns bool |
ChallengePages_HasPreviousPage
(
Model
)
|
This field indicates whether there is a previous page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve before the current page.
Signature
static bool UOvrChallengePagesMethods::ChallengePages_HasPreviousPage(const FOvrChallengePages &Model) Parameters Model: const FOvrChallengePages &Returns bool |