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

FOvrUser Struct

This is the class that represents the individual users who use your application. Use the User object to retrieve information about your users, help them interact with your application, and customize their experience. You can query for information about a particular user using their user id, field FOvrUser::ID. To learn more, read our docs about users. Note: You must complete a Data Use Checkup(DUC) in order to gain access to user platform features. Read more about DUC here.

Fields

A potentially non unique displayable name chosen by the FOvrUser. Could also be the same as the oculus_ID. This is often the name shown to other users.
The ID of the user, field FOvrUser::ID. This is a unique value for every individual FOvrUser.
The url of the profile picture that is chosen by the user. Retrieve this url by using field FOvrUser::ImageUrl.
Managed account info, FOvrManagedInfo, for the user which contains further metadata that is only available if the user is a Meta Managed Account(MMA). There must be user consent via dialog during installation, your app must have DUC enabled, and the app must be admin-approved.
The oculus ID of the FOvrUser. This is used across the developer dashboard and is unique to oculus.
Human readable string of what the user is currently doing. Not intended to be parsed as it might change at anytime or be translated.
Intended to be parsed and used to deeplink to parts of the app. Read more about deeplinking here.
If provided, this is the unique API Name that refers to the FOvrDestination this user is currently at in the app. Read more about destinations here
If provided, the lobby session this user is currently at in the application. If the ApplicationInvite is generated from rich presence, the lobby session id will be auto populated by calling field FOvrUser::PresenceLobbySessionId from the inviters' viewer context.
If provided, the match session this user is currently at in the application. If the ApplicationInvite is generated from rich presence, the match session id will be auto populated by calling field FOvrUser::PresenceMatchSessionId from the inviters' viewer context.
An enum value for the different statuses representing what the user is currently doing. The different statuses can be EOvrUserPresenceStatus::Unknown, EOvrUserPresenceStatus::Offline, EOvrUserPresenceStatus::Online.
The url of the smaller/secondary profile picture that is chosen by the user. Retrieve this url by using field FOvrUser::SmallImageUrl.

Member Functions

This is the default constructor for the struct, which initializes the ovrUserHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon