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

FOvrLeaderboardEntryPages Struct

An array of paginated leaderboard entries. It can be retrieved using UOvrRequestsBlueprintLibrary::Leaderboard_GetEntries(). It provides information about the leaderboard entries, such as their size, whether there are next or previous pages, the URLs for those pages, and the total count of entries in the leaderboard.

Constructors

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

Fields

PagedArrayHandle : ovrLeaderboardEntryArrayHandle
This field represents the OVR array handle for methods. It is a mutable ::ovrLeaderboardEntryArrayHandle type, which is used to store the handle to the paged array.
Signature
ovrLeaderboardEntryArrayHandle FOvrLeaderboardEntryPages::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 FOvrLeaderboardEntryPages::PagedArrayMessageHandlePtr

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLeaderboardEntryPages::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 FOvrLeaderboardEntryPages::Update(ovrLeaderboardEntryArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Handle: ovrLeaderboardEntryArrayHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void