Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h |
| Include | #include "Interfaces/OnlineAchievementsInterface.h" |
Syntax
struct FOnlineAchievement
Remarks
FOnlineAchievement - Interface class for accessing the common achievement information
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Id | The id of the achievement | |
| double | Progress | The progress towards completing this achievement: 0.0-100.0 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns debugging string to print out achievement info |