Data Model for Achievement's localization. More...
#include <AccelByteAchievementModels.h>
Public Attributes | |
| FString | AchievementCode {} |
| Achievement code. | |
| FString | Namespace {} |
| Game Namespace where the Achievement is registered. | |
| TMap< FString, FString > | Name {} |
| List of the localized name of the Achievement using KV-pairs. The Key is the language code in ISO 639-1 and the Value is the localized name. | |
| TMap< FString, FString > | Description {} |
| List of the localized description of the Achievement using KV-pairs. The Key is the language code in ISO 639-1 and the Value is the localized description. | |
| TArray< FAccelByteModelsAchievementIcon > | LockedIcons {} |
| List of Achievement icons for locked state. | |
| TArray< FAccelByteModelsAchievementIcon > | UnlockedIcons {} |
| List of Achievement icons for unlocked state. | |
| bool | Hidden {} |
| A flag to indicate the Achievement is hidden. | |
| int32 | ListOrder {} |
| Order of the Achievement in the list. | |
| TArray< FString > | Tags {} |
| Achievement Tags. | |
| bool | Incremental {} |
| A flag that indicates Achievement is incremental or not. | |
| bool | Global {} |
| A flag that indicates Achievement is global or not. | |
| float | GoalValue {} |
| Achievement goal value. | |
| FString | StatCode {} |
| Statistic code related to track the Achievement. | |
| FString | CreatedAt {} |
| Achievement creation time (ISO 8601). | |
| FString | UpdatedAt {} |
| Last updated time (ISO 8601). | |
| FJsonObjectWrapper | CustomAttributes {} |
Data Model for Achievement's localization.