API reference

UOvrChallengePagesMethods Class

Extends UObject

Static Member Functions

ChallengePages_GetElement ( Model , Index )
The element of this challenge array. The element type is FOvrChallenge.
Signature
static FOvrChallenge UOvrChallengePagesMethods::ChallengePages_GetElement(const FOvrChallengePages &Model, int64 Index)
Parameters
Model: const FOvrChallengePages &
Index: int64
ChallengePages_GetNextUrl ( Model )
The url of the next page of challenges.
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.
Signature
static FString UOvrChallengePagesMethods::ChallengePages_GetPreviousUrl(const FOvrChallengePages &Model)
Parameters
Model: const FOvrChallengePages &
Returns
FString
ChallengePages_GetSize ( Model )
The size of this 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 array, across all pages.
Signature
static int64 UOvrChallengePagesMethods::ChallengePages_GetTotalCount(const FOvrChallengePages &Model)
Parameters
Model: const FOvrChallengePages &
Returns
int64
ChallengePages_HasNextPage ( Model )
Whether this challenge array has a next page.
Signature
static bool UOvrChallengePagesMethods::ChallengePages_HasNextPage(const FOvrChallengePages &Model)
Parameters
Model: const FOvrChallengePages &
Returns
bool
ChallengePages_HasPreviousPage ( Model )
Whether this challenge array has a previous page.
Signature
static bool UOvrChallengePagesMethods::ChallengePages_HasPreviousPage(const FOvrChallengePages &Model)
Parameters
Model: const FOvrChallengePages &
Returns
bool