An AchievementDefinition defines an achievement; this includes its name and how it is unlocked. For an individual user's progress in unlocking an achievement, see AchievementProgress. It can be retrieved using UOvrRequestsBlueprintLibrary::Achievements_GetAllDefinitions().
It is required for bitfield achievements: EOvrAchievementType::Bitfield. This represents the size of the bitfield for this achievement.
int64 Target[Get]
Member Functions
FOvrAchievementDefinition ( )
This is the default constructor for the struct, which initializes the ::ovrAchievementDefinitionHandle and TOvrMessageHandlePtr to their default values.