FOvrInviteOptions Struct
The Invite Option, to be passed in to GroupPresence_GetInvitableUsers() and GroupPresence_LaunchInvitePanel(), is a field that allows developers to specify a list of suggested users to be added to the invitable users list, making it easier for users to connect with others and create a more social experience.
TArray< FOvrId > SuggestedUsers[Get] Passing in these users will add them to the invitable users list. From the GroupPresence_LaunchInvitePanel(), the user can open the invite list, where the suggested users will be added.