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

FOvrApplicationInvite Struct

An Application Invite contains information about the invite, including the application ID, destination, activity status, the lobby session id, the match session id, and recipient's user id or user alias. If the invite is generated from rich presence, the lobby/match session id will be auto populated by calling field FOvrUser::PresenceLobbySessionId and field FOvrUser::PresenceMatchSessionId from the inviter's viewer context.

Fields

The destination to which the recipient is invited.
The ID of the application invite.
A boolean value indicating whether the invite is still active or not.
The lobby session id to which the recipient is invited. You can retrieve this by calling field FOvrUser::PresenceLobbySessionId from the inviter's viewer context.
The match session id to which the recipient is invited. You can retrieve this by calling field FOvrUser::PresenceMatchSessionId from the inviter's viewer context.
The recipient's user information, such as their ID and alias. You can get the ID of an user by calling field FOvrUser::ID.

Member Functions

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