UserCapabilityPages_GetElement
(
Model
, Index
)
|
Access the indexed element in this list. Note that the index is zero-based, so the first element has an index of 0.
Signature
static FOvrUserCapability UOvrUserCapabilityPagesMethods::UserCapabilityPages_GetElement(const FOvrUserCapabilityPages &Model, int64 Index) Parameters Model: const FOvrUserCapabilityPages &Index: int64Returns FOvrUserCapability |
UserCapabilityPages_GetNextUrl
(
Model
)
|
The URL to request the next paginated list of elements.
Signature
static FString UOvrUserCapabilityPagesMethods::UserCapabilityPages_GetNextUrl(const FOvrUserCapabilityPages &Model) Parameters Model: const FOvrUserCapabilityPages &Returns FString |
UserCapabilityPages_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 UOvrUserCapabilityPagesMethods::UserCapabilityPages_GetSize(const FOvrUserCapabilityPages &Model) Parameters Model: const FOvrUserCapabilityPages &Returns int64 |
UserCapabilityPages_HasNextPage
(
Model
)
|
Indicates whether there is a next page of elements that can be retrieved. If this value is true, you can use the next_url field to request the next page of elements.
Signature
static bool UOvrUserCapabilityPagesMethods::UserCapabilityPages_HasNextPage(const FOvrUserCapabilityPages &Model) Parameters Model: const FOvrUserCapabilityPages &Returns bool |