Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UAchievementBlueprintLibrary
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h |
| Include | #include "AchievementBlueprintLibrary.h" |
Syntax
UCLASS (Meta=(ScriptName="AchievementLibrary"))
class UAchievementBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
Library of synchronous achievement calls.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAchievementBlueprintLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Get the description for an achievement ID (you must call CacheAchievementDescriptions first to cache them) | ||
| void | GetCachedAchievementProgress
(
UObject* WorldContextObject, |
Gets the status of an achievement ID (you must call CacheAchievements first to cache them) |