IOnlinePartySystem::QueryPartyJoinability

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)

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

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)

that the party's joinability can change from moment to moment so a successful response for this does not guarantee a successful JoinParty

Parameters

Parameter

Description

LocalUserId

user making the request

OnlinePartyJoinInfo

join information containing data such as party id, leader id

Delegate

called on completion

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss