IOnlineAchievements::WriteAchievements

Write the achievements provided to the server

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h

Include

#include "Interfaces/OnlineAchievementsInterface.h"

Syntax

void WriteAchievements
(
    const FUniqueNetId & PlayerId,
    FOnlineAchievementsWriteRef & WriteObject,
    const FOnAchievementsWrittenDelegate & Delegate
)

Remarks

Write the achievements provided to the server

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss