UPico_AchievementProgress class.
More...
#include <Pico_Achievements.h>
|
|
FString | GetBitfield () |
| | The progress of a bitfield achievement. 1 represents a completed bit.
|
| |
|
int64 | GetCount () |
| | The progress of a count achievement.
|
| |
|
bool | GetIsUnlocked () |
| | Whether the achievement is unlocked.
|
| |
|
FString | GetName () |
| | Achievement name.
|
| |
|
FString | GetUnlockTime () |
| | The time when the achievement is unlocked (as string).
|
| |
|
FDateTime | GetUnlockDateTime () |
| | The time when the achievement is unlocked.
|
| |
|
FString | GetID () |
| | Achievement ID.
|
| |
|
TArray< uint8 > | GetExtraData () |
| | Additional info, no more than 2KB.
|
| |
|
FString | GetExtraDataString () |
| | Additional info(as string), no more than 2KB.
|
| |