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

FOvrLeaderboardPages Struct

Represents a paginated list of FOvrLeaderboard elements. It allows you to easily access and manipulate the elements in the paginated list, such as the size of the list and if there is a next page of elements available.

Constructors

FOvrLeaderboardPages ()
This is the default constructor for the struct, which initializes the ::ovrLeaderboardArrayHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLeaderboardPages::FOvrLeaderboardPages()
FOvrLeaderboardPages ( Handle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLeaderboardPages::FOvrLeaderboardPages(ovrLeaderboardArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Handle: ovrLeaderboardArrayHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

PagedArrayHandle : ovrLeaderboardArrayHandle
This field represents the OVR array handle for methods. It is a mutable ::ovrLeaderboardArrayHandle type, which is used to store the handle to the paged array.
Signature
ovrLeaderboardArrayHandle FOvrLeaderboardPages::PagedArrayHandle
PagedArrayMessageHandlePtr : TOvrMessageHandlePtr
This field represents the original ref-counted message to hold onto the array handle. It's used to store a reference to the message that originated the paged array.
Signature
TOvrMessageHandlePtr FOvrLeaderboardPages::PagedArrayMessageHandlePtr

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLeaderboardPages::Clear()
Returns
void
Update ( Handle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrLeaderboardPages::Update(ovrLeaderboardArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Handle: ovrLeaderboardArrayHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void