Omni One Unreal SDK 1.1.0
The Omni One Unreal SDK allows for games to interface with the Omni platform service.
Loading...
Searching...
No Matches
UOmniLeaderboardEntryArray

Description

Array of UOmniLeaderboardEntry objects, including paging information when relevant.

#include <OmniLeaderboard.h>

Inherits UObject.

Public Member Functions

int32 GetTotalSize () const
 Returns the total size of the collection.
 
bool HasNextPage () const
 Returns true if the collection has next page.
 
bool HasPreviousPage () const
 Returns true if the collection has previous page.
 
UOmniLeaderboardEntryGetElement (int32 Index) const
 Returns the LeaderboardEntry at the specified index.
 
int32 GetSize () const
 Returns the size of the current collection.