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 WriteAchievements
&40;
const FUniqueNetId & PlayerId,
FOnlineAchievementsWriteRef & WriteObject,
const FOnAchievementsWrittenDelegate & Delegate
&41;
Remarks
Write the achievements provided to the server
Parameters
| Name | Description |
|---|---|
| PlayerId | The uid of the player we are writing achievements for |
| WriteObject | The stats holder containing the achievements we are writing. |
| Delegate | The delegate to call when the write has completed or failed. |