API reference

FOvrApplicationOptions Struct

The Application option contains additional configuration to be passed in to Application_LaunchOtherApp() and Application_InstallAppUpdateAndRelaunch(). It contains 5 fields FOvrApplicationOptions::DeeplinkMessage, FOvrApplicationOptions::DestinationApiName, FOvrApplicationOptions::LobbySessionId, FOvrApplicationOptions::MatchSessionId and FOvrApplicationOptions::RoomId.

Constructors

FOvrApplicationOptions ()
Signature
FOvrApplicationOptions::FOvrApplicationOptions()

Fields

DeeplinkMessage : FString
A message to be passed to a launched app, which can be retrieved with field FOvrLaunchDetails::DeeplinkMessage.
Signature
FString FOvrApplicationOptions::DeeplinkMessage
DestinationApiName : FString
If provided, the intended destination to be passed to the launched app, which can be retrieved with field FOvrLaunchDetails::DestinationApiName.
Signature
FString FOvrApplicationOptions::DestinationApiName
LobbySessionId : FString
If provided, the intended lobby where the launched app should take the user. All users with the same lobby_session_id should end up grouped together in the launched app, which can be retrieved with field FOvrLaunchDetails::LobbySessionID.
Signature
FString FOvrApplicationOptions::LobbySessionId
MatchSessionId : FString
If provided, the intended instance of the destination that a user should be launched into, which can be retrieved with field FOvrLaunchDetails::MatchSessionID.
Signature
FString FOvrApplicationOptions::MatchSessionId
RoomId : FOvrId
[Deprecated]If provided, the intended room where the launched app should take the user (all users heading to the same place should have the same value). A room_id of 0 is INVALID.
Signature
FOvrId FOvrApplicationOptions::RoomId