IOnlinePartySystem::RemoveUserForRejoin

Unmark 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 RemoveUserForRejoin
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & RemovedUserId
)

Remarks

Unmark 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

RemovedUserId

the user that has lost approval to attempt to rejoin the party

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