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 GetCachedAchievements
&40;
const FUniqueNetId & PlayerId,
TArray< FOnlineAchievement > & OutAchievements
&41;
Remarks
Get all the achievement objects for the specified player Whether achievements were obtained
Parameters
| Name | Description |
|---|---|
| PlayerId | The uid of the player we are reading achievements for |
| OutAchievements | The collection of achievements obtained from the server for the given player |