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 RejoinParty
(
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
const FOnlinePartyTypeId & PartyTypeId,
const TArray < FUniqueNetIdRef > & FormerMembers,
const FOnJoinPartyComplete & Delegate
)
Remarks
Attempt to rejoin a former party true if task was started
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of the party you want to rejoin |
| PartyTypeId | type id of the party you want to rejoin |
| FormerMembers | array of former member ids that we can contact to try to rejoin the party |
| Delegate | called on completion |