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

FOvrDestination Struct

The destination represents where the user would like to go to in the app. It's usually associated with a travel or an invitation. Each destination has field FOvrDestination::ApiName, field FOvrDestination::DisplayName, field FOvrDestination::DeeplinkMessage and field FOvrDestination::ShareableUri link. Please refer to member data documentation for details.

Fields

You can pass it into FOvrGroupPresenceOptions::DestinationApiName when calling GroupPresence_Set() to set this user's group presence.
The information that will be in field FOvrLaunchDetails::DeeplinkMessage when a user enters via a deeplink. Alternatively will be in field FOvrUser::PresenceDeeplinkMessage if the rich presence is set for the user.
A displayable string of the destination name and it can be retrieved with field FOvrDestination::DisplayName.
A URI that allows the user to deeplink directly to this destination

Member Functions

This is the default constructor for the struct, which initializes the ovrDestinationHandle 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