Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineAchievements
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h |
| Include | #include "Interfaces/OnlineAchievementsInterface.h" |
EOnlineCachedResult::Type GetCachedAchievement
&40;
const FUniqueNetId & PlayerId,
const FString & AchievementId,
FOnlineAchievement & OutAchievement
&41;
Remarks
Get an achievement object which was previously synced from the server Whether achievements were obtained
Parameters
| Name | Description |
|---|---|
| PlayerId | The uid of the player we are reading achievements for |
| AchievementId | The id of the achievement we are looking up |
| OutAchievement | The achievement object we are searching for |