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 Model: const FOvrChallengeEntryPages &Index: int64Returns FOvrChallengeEntry |
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 Model: const FOvrChallengeEntryPages &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 Model: const FOvrChallengeEntryPages &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 Model: const FOvrChallengeEntryPages &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 Model: const FOvrChallengeEntryPages &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 Model: const FOvrChallengeEntryPages &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 Model: const FOvrChallengeEntryPages &Returns bool |