Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| |
|
| Name |
FAchievementState |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Achievements.h |
| Include Path |
#include "Online/Achievements.h" |
Syntax
struct FAchievementState
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AchievementId |
FString |
Achievement that this state relates to |
Online/Achievements.h |
|
| Progress |
float |
Progress towards unlocking this achievement, as a percentage in the range [0.0, 1.0]. |
Online/Achievements.h |
|
| UnlockTime |
FDateTime |
If unlocked, the time this achievement was unlocked |
Online/Achievements.h |
|