Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
bool SendInvitation
&40;
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
const FPartyInvitationRecipient & Recipient,
const FOnSendPartyInvitationComplete & Delegate
&41;
Remarks
Sends an invitation to a user that could not otherwise join a party if the player accepts the invite they will be sent the data needed to trigger a call to RequestReservation true if task was started
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
| Recipient | structure specifying the recipient of the invitation |
| Delegate | called on completion |