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" |
void QueryPartyJoinability
(
const FUniqueNetId & LocalUserId,
const IOnlinePartyJoinInfo & OnlinePartyJoinInfo,
const FOnQueryPartyJoinabilityCompleteEx & Delegate
)
Remarks
Query a party to check it's current joinability Intended to be used before a call to LeaveParty (to leave your existing party, which would then be followed by JoinParty) Note that the party's joinability can change from moment to moment so a successful response for this does not guarantee a successful JoinParty
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| OnlinePartyJoinInfo | join information containing data such as party id, leader id |
| Delegate | called on completion |