Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h |
Include |
#include "Interfaces/OnlineAchievementsInterface.h" |
struct FOnlineAchievementDesc
FOnlineAchievementDesc - Interface class for accessing the common achievement description information
Name | Description | ||
---|---|---|---|
|
bool |
bIsHidden |
Flag for whether the achievement is hidden |
|
LockedDesc |
The localized locked description of the achievement |
|
|
Title |
The localized title of the achievement |
|
|
UnlockedDesc |
The localized unlocked description of the achievement |
|
|
UnlockTime |
The date/time the achievement was unlocked |
Name | Description | ||
---|---|---|---|
|
ToDebugString() |
Returns debugging string to print out achievement info |