FOnlineAchievementDesc

[FOnlineAchievementDesc](API\Plugins\OnlineSubsystem\Interfaces\FOnlineAchievementDesc) - Interface class for accessing the common achievement description information

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bIsHidden

Flag for whether the achievement is hidden

Public variable

FText

 

LockedDesc

The localized locked description of the achievement

Public variable

FText

 

Title

The localized title of the achievement

Public variable

FText

 

UnlockedDesc

The localized unlocked description of the achievement

Public variable

FDateTime

 

UnlockTime

The date/time the achievement was unlocked

Functions

Name Description

Public function Const

FString

 

ToDebugString()

Returns debugging string to print out achievement info

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss