Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem/LeaveParty
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
bool LeaveParty
&40;
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
bool bSynchronizeLeave,
const FOnLeavePartyComplete & Delegate
&41;
Remarks
Leave an existing party All existing party members notified of member leaving (see FOnPartyMemberLeft) true if task was started
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
| bSynchronizeLeave | Whether we synchronize the leave with remote server/clients or only do a local cleanup |
| Delegate | called on completion |