IOnlinePartySystem::JIPFromWithinParty

Join an existing game session from within a party

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool JIPFromWithinParty
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & PartyLeaderId
)

Remarks

Join an existing game session from within a 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