IOnlineStats::UpdateStats

Asynchronous update one or more user's stats

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineStatsInterface.h"

Syntax

void UpdateStats
(
    const FUniqueNetIdRef LocalUserId,
    const TArray< FOnlineStatsUserUpdatedStats > & UpdatedUserStats,
    const FOnlineStatsUpdateStatsComplete & Delegate
)

Remarks

Asynchronous update one or more user's stats

Parameters

Parameter

Description

LocalUserId

The user to update the stats as (if applicable)

UpdatedStats

The array of user to stats pairs to update the backend with

Delegate

Called when update has completed

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