PICO Unreal Platform SDK
FOnlineAchievementDescPico Struct Reference

#include <OnlineAchievementsInterfacePico.h>

Public Attributes

EAchievementType Type
 
uint64 Target
 
uint32 BitfieldLength
 
EAchievementWritePolicy WritePolicy
 
bool IsArchived
 
FString Name
 
FString LockedImageURL
 
FString UnlockedImageURL
 

Detailed Description

FOnlineAchievementDescPico - Interface class for accessing the pico achievement description information

Member Data Documentation

◆ BitfieldLength

uint32 BitfieldLength

The target to reach for unlocking a bitfield achievement.

◆ IsArchived

bool IsArchived

Whether the achievement is archieved.

◆ LockedImageURL

FString LockedImageURL

The URL of the image displayed when the achievement is still locked.

◆ Name

FString Name

Achievement name.

◆ Target

uint64 Target

The target to reach for unlocking a count achievement.

◆ Type

The way this achievement is unlocked

◆ UnlockedImageURL

FString UnlockedImageURL

The URL of the image displayed when the achievement is unlocked.

◆ WritePolicy

The write policy of the achievement.