IOnlinePartySystem::JoinParty

Join an existing party

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool JoinParty
(
    const FUniqueNetId & LocalUserId,
    const IOnlinePartyJoinInfo & OnlinePartyJoinInfo,
    const FOnJoinPartyComplete & Delegate
)

Remarks

Join an existing party

Returns

true if task was started

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