Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem > Interfaces
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h |
Include | #include "Interfaces/OnlineAchievementsInterface.h" |
Syntax
struct FOnlineAchievementDesc
Remarks
FOnlineAchievementDesc - Interface class for accessing the common achievement description information
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsHidden | Flag for whether the achievement is hidden |
![]() |
FText | LockedDesc | The localized locked description of the achievement |
![]() |
FText | Title | The localized title of the achievement |
![]() |
FText | UnlockedDesc | The localized unlocked description of the achievement |
![]() |
FDateTime | UnlockTime | The date/time the achievement was unlocked |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FString | Returns debugging string to print out achievement info |