USocialManager::RegisterSecondaryPlayer

Makes an attempt for the target local player to join the primary local player's party

Windows
MacOS
Linux

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialManager.h

Include

#include "SocialManager.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/SocialManager.cpp

Syntax

void RegisterSecondaryPlayer
(
    int32 LocalPlayerNum,
    const FOnJoinPartyComplete & Delegate
)

Remarks

Makes an attempt for the target local player to join the primary local player's party

Parameters

Parameter

Description

LocalPlayerNum

ControllerId of the Secondary player that wants to join the party

Delegate

Delegate run when the join process is finished

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