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

OvrPlatform_GroupPresence_SetDeeplinkMessageOverride Function

Sets the user's FOvrGroupPresenceOptions::DeeplinkMessageOverride while keeping the other group presence parameters the same. If the destination of the user is not set, the deeplink message cannot be set as there's no deeplink message to override. This method does not power travel from the Meta Quest platform to your app. You must set a user’s FOvrGroupPresenceOptions::DestinationApiName, FOvrGroupPresenceOptions::IsJoinable status, and FOvrGroupPresenceOptions::LobbySessionId to enable travel to your app. Check Group Presence overview for more information about these values. Note: Instead of using this standalone API, we recommend setting all GroupPresence parameters in one call to UOvrRequestsBlueprintLibrary::GroupPresence_Set().

Signature

void OVRPLATFORM_API OvrPlatform_GroupPresence_SetDeeplinkMessageOverride(UGameInstance *GameInstance, FString DeeplinkMessage, OvrPlatform_GroupPresence_SetDeeplinkMessageOverride_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
DeeplinkMessage: FString
Delegate: OvrPlatform_GroupPresence_SetDeeplinkMessageOverride_Delegate &&

Returns

void OVRPLATFORM_API