API reference
API reference
Select your platform
No SDKs available
No versions available

UOvrUserCapabilityPagesMethods Class

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

Access the indexed element in this list. Note that the index is zero-based, so the first element has an index of 0.
The URL to request the next paginated list of elements.
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon