Open 3D Engine Achievements Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Achievements::AchievementRequests::UnlockAchievementParams Struct Reference

Public Types

using OnAchievementUnlocked = AZStd::function< void(const AzFramework::LocalUserId &, const AZStd::string &)>
 

Public Member Functions

 AZ_TYPE_INFO (UnlockAchievementParams, "{9D28BB0F-2531-4371-9A91-1EE9226F2DE7}")
 

Public Attributes

AzFramework::LocalUserId localUserId = AzFramework::LocalUserIdNone
 
AZStd::string achievementId
 
AZ::u32 percentage = 0
 
OnAchievementUnlocked OnAchievementUnlockCallback = nullptr
 

The documentation for this struct was generated from the following file: