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" |
void QueryAchievementDescriptions
(
const FUniqueNetId & PlayerId,
const FOnQueryAchievementsCompleteDelegate & Delegate
)
Remarks
Read achievement descriptions from the server for displaying achievements in game Whether we have kicked off a read attempt
Parameters
| Name | Description |
|---|---|
| PlayerId | the id of the player we are reading achievements for |
| Delegate | the delegate to trigger when the query is complete |