IOnlineAchievements::QueryAchievements

Read achievement ids and progress from the server You must use QueryAchievementDescriptions to get more information about the achievements

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineAchievementsInterface.h"

Syntax

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

Remarks

Read achievement ids and progress from the server You must use QueryAchievementDescriptions to get more information about the achievements

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