API reference
API reference
Select your platform
No SDKs available
No versions available

ovrAchievementType_ Enum

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Enumeration Constants

MemberDescription
ovrAchievement_TypeUnknown
ovrAchievement_TypeSimple
Simple achievements are unlocked by a single event or objective completion. They are often used to reward players for completing specific tasks or milestones within the game.
ovrAchievement_TypeBitfield
Bitfield achievements are unlocked when a target number of bits are set within a bitfield.
ovrAchievement_TypeCount
Count achievements are unlocked when a counter reaches a defined target. The counter is incremented each time the player completes the required action, and when it reaches the target value, the achievement is unlocked.