IOnlineAchievements::QueryAchievementDescriptions

Read achievement descriptions from the server for displaying achievements in game

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineAchievementsInterface.h"

Syntax

void QueryAchievementDescriptions
(
    const FUniqueNetId & PlayerId,
    const FOnQueryAchievementsCompleteDelegate & Delegate
)

Remarks

Read achievement descriptions from the server for displaying achievements in game

Returns

Whether we have kicked off a read attempt

Parameters

Parameter

Description

PlayerId

the id of the player we are reading achievements for

Delegate

the delegate to trigger when the query is complete

See Also

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