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

OvrPlatform_GroupPresence_LaunchRejoinDialog Function

Launch the dialog allowing users to rejoin a previous lobby or match. Either the user’s FOvrGroupPresenceOptions::LobbySessionId, their FOvrGroupPresenceOptions::MatchSessionId, or both must be populated as valid rejoinable destinations. Check the Rejoin documentation for use cases and information on this feature.

Signature

void OVRPLATFORM_API OvrPlatform_GroupPresence_LaunchRejoinDialog(UGameInstance *GameInstance, FString LobbySessionId, FString MatchSessionId, FString DestinationApiName, OvrPlatform_GroupPresence_LaunchRejoinDialog_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
LobbySessionId: FString
MatchSessionId: FString
DestinationApiName: FString
Delegate: OvrPlatform_GroupPresence_LaunchRejoinDialog_Delegate &&

Returns

void OVRPLATFORM_API