Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Achievements.h |
| Include | #include "Online/Achievements.h" |
Syntax
struct FAchievementDefinition
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AchievementId | Unique Id for this achievement | |
| bool | bIsHidden | Is this achievement "hidden" until unlocked | |
| FText | FlavorText | Localized flavor text | |
| FText | LockedDescription | Localized description of this achievement, while locked | |
| FText | LockedDisplayName | Localized display name of this achievement, while locked | |
| FString | LockedIconUrl | URL of the icon for this achievement, while locked | |
| TArray< FAchievementStatDefinition > | StatDefinitions | The stats that relate to this achievement | |
| FText | UnlockedDescription | Localized description of this achievement, once unlocked | |
| FText | UnlockedDisplayName | Localized display name of this achievement, once unlocked | |
| FString | UnlockedIconUrl | URL of the icon for this achievement, once unlocked |