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