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
UOmniAchievementProgressArray

Description

Array of UOmniAchievementProgress objects, including paging information when relevant.

#include <OmniAchievementProgress.h>

Inherits UObject.

Public Member Functions

UOmniAchievementProgressGetElement (int32 Index)
 Get the element at the specified index.
 
int32 GetSize () const
 Get the number of elements in this array.
 
int32 GetTotalSize () const
 Get the total number of achievement progress objects available.
 
bool HasNextPage () const
 True if there are any results following the last element in this list.
 
bool HasPreviousPage () const
 True if there are any results preceding the first element in this list.