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