Omni One Unreal SDK 1.1.0
The Omni One Unreal SDK allows for games to interface with the Omni platform service.
|
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. | |
UOmniLeaderboardEntry * | GetElement (int32 Index) const |
Returns the LeaderboardEntry at the specified index. | |
int32 | GetSize () const |
Returns the size of the current collection. | |