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
UOmniAchievementDefinitionArray

Description

Array of UOmniAchievementDefinition objects, including paging information when relevant.

#include <OmniAchievementDefinition.h>

Inherits UObject.

Public Member Functions

UOmniAchievementDefinitionGetElement (int32 Index) const
 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 objects available (including items in pages before and after this one)
 
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.