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

OvrPlatform_GroupPresence_Set Function

Sets group presence information for your current app. It is recommended that you use this parameter and its methods to set group presence information for your app. An example of using this parameter can be found on the Group Presence overview page where the methods to set FOvrGroupPresenceOptions::DestinationApiName, FOvrGroupPresenceOptions::MatchSessionId, and FOvrGroupPresenceOptions::LobbySessionId are used.

Signature

void OVRPLATFORM_API OvrPlatform_GroupPresence_Set(UGameInstance *GameInstance, FOvrGroupPresenceOptions GroupPresenceOptions, OvrPlatform_GroupPresence_Set_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
GroupPresenceOptions: FOvrGroupPresenceOptions
Delegate: OvrPlatform_GroupPresence_Set_Delegate &&

Returns

void OVRPLATFORM_API