IOnlinePartySystem::ApproveUserForRejoin

Mark a user as approved to attempt to rejoin our party

Windows
MacOS
Linux

Deprecated

  • Marking users for rejoins in the public interface is deprecated. This functionality should be implemented internal to your party implementation.

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

virtual void ApproveUserForRejoin
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & ApprovedUserId
)

Remarks

Mark a user as approved to attempt to rejoin our party

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

party the player is approved to rejoin the party

ApprovedUserId

the user that has been approved to attempt to rejoin the party (does not need to be in the party now)

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