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

OvrPlatform_GroupPresence_SendInvites Function

Sends invites to the current application to the list of userIDs passed in. You can fetch a list of users to pass in via the UOvrRequestsBlueprintLibrary::GroupPresence_GetInvitableUsers(). This API works as an alternative to UOvrRequestsBlueprintLibrary::GroupPresence_LaunchInvitePanel() which delegates the invite flow to the system invite module. UOvrRequestsBlueprintLibrary::GroupPresence_LaunchInvitePanel() is the recommended approach.

Signature

void OVRPLATFORM_API OvrPlatform_GroupPresence_SendInvites(UGameInstance *GameInstance, TArray< FOvrId > UserIDs, OvrPlatform_GroupPresence_SendInvites_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
UserIDs: TArray< FOvrId >
Delegate: OvrPlatform_GroupPresence_SendInvites_Delegate &&

Returns

void OVRPLATFORM_API