PICO Unreal Platform SDK
UPico_AchievementDefinition Class Reference

UPico_AchievementDefinition class. More...

#include <Pico_Achievements.h>

Public Member Functions

FString GetName ()
 Achievement name.
 
FString GetBitfieldLength ()
 The target to reach for unlocking a bitfield achievement.
 
int64 GetTarget ()
 The target to reach for unlocking a count achievement.
 
EAchievementType GetType ()
 Achievement type.
 
FString GetDescription ()
 Achievement description.
 
FString GetTitle ()
 Achievement title.
 
bool GetIsArchived ()
 Whether the achievement is archieved.
 
bool GetIsSecret ()
 Whether the achievement is a secret achievement. If so, it can be visible after being unlocked only.
 
FString GetID ()
 Achievement ID.
 
FString GetUnlockedDescription ()
 The description shown to users when unlocking the achievement.
 
EAchievementWritePolicy GetWritePolicy ()
 The write policy of the achievement.
 
FString GetLockedImageURL ()
 The URL of the image displayed when the achievement is still locked.
 
FString GetUnlockedImageURL ()
 The URL of the image displayed when the achievement is unlocked.
 

Detailed Description