|
PICO Unreal Platform SDK
|
#include <OnlineAchievementsInterfacePico.h>
Public Attributes | |
| EAchievementType | Type |
| uint64 | Target |
| uint32 | BitfieldLength |
| EAchievementWritePolicy | WritePolicy |
| bool | IsArchived |
| FString | Name |
| FString | LockedImageURL |
| FString | UnlockedImageURL |
FOnlineAchievementDescPico - Interface class for accessing the pico achievement description information
| uint32 BitfieldLength |
The target to reach for unlocking a bitfield achievement.
| bool IsArchived |
Whether the achievement is archieved.
| FString LockedImageURL |
The URL of the image displayed when the achievement is still locked.
| FString Name |
Achievement name.
| uint64 Target |
The target to reach for unlocking a count achievement.
| EAchievementType Type |
The way this achievement is unlocked
| FString UnlockedImageURL |
The URL of the image displayed when the achievement is unlocked.
| EAchievementWritePolicy WritePolicy |
The write policy of the achievement.