FString | DeeplinkMessage[Get] |
FString | DestinationApiName[Get] |
FString | LobbySessionId[Get] |
FString | MatchSessionId[Get] |
RoomId[Get] |
FString FOvrApplicationOptions::DeeplinkMessage |
---|
A message to be passed to a launched app, which can be retrieved with field FOvrLaunchDetails::DeeplinkMessage |
FString FOvrApplicationOptions::DestinationApiName |
---|
If provided, the intended destination to be passed to the launched app |
FString FOvrApplicationOptions::LobbySessionId |
---|
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. |
FString FOvrApplicationOptions::MatchSessionId |
---|
If provided, the intended instance of the destination that a user should be launched into |
FOvrId FOvrApplicationOptions::RoomId |
---|
[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. |
FOvrApplicationOptions::FOvrApplicationOptions ( ) |
---|
No description available.
|