|
Omni One Unreal SDK 1.1.0
The Omni One Unreal SDK allows for games to interface with the Omni platform service.
|
Extension of FOnlineAchievementDesc that describes Omni One achievement descriptions with more detail than the base class.
#include <OnlineAchievementsOmni.h>
Inherits FOnlineAchievementDesc.
Public Attributes | |
| EOmniAchievementType | Type |
| The type of this achievement. | |
| int64 | Target |
| The goal number needed to unlock the achievement. | |
| uint32 | BitFieldLength |
| For a BitField achievement, total number of bits that exist in the bitfield. | |
| bool | IsArchived |
| True if this achievement has been archived. | |
| FString | Name |
| The API name of this achievement. | |
| FString | LockedImageURL |
| URL for the image shown when the achievement is locked. | |
| FString | UnlockedImageURL |
| URL for the image shown when the achievement is unlocked. | |
| int64 FOnlineAchievementDescOmni::Target |
The goal number needed to unlock the achievement.
Used by Count and BitField achievements