If the type of the achievement is EOvrAchievementType::Bitfield it represents the current bitfield state that the achievement has reached.
int64 Count[Get]
If the type of the achievement is EOvrAchievementType::Count, it represents the current counter state that the achievement has reached.
bool IsUnlocked[Get]
If the user has already unlocked this achievement.
FString Name[Get]
The unique string that you use to reference the achievement in your app, as specified in the developer dashboard. It can be retrieved using field FOvrAchievementDefinition::ApiName.
FDateTime UnlockTime[Get]
If the achievement is unlocked, the time when it was unlocked.
Member Functions
FOvrAchievementProgress ( )
This is the default constructor for the struct, which initializes the ::ovrAchievementProgressHandle and TOvrMessageHandlePtr to their default values.