Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UAchievementBlueprintLibrary
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h |
| Include | #include "AchievementBlueprintLibrary.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"AchievementLibrary"&41;&41;
class UAchievementBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
Library of synchronous achievement calls.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAchievementBlueprintLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetCachedAchievementDescription
(
UObject* WorldContextObject, |
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) |