IOnlinePartySystem::GetUsersApprovedForRejoin

Get a list of users that have been approved for rejoining

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 GetUsersApprovedForRejoin
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    TArray< TSharedRef< const FUniqueNetId >> & OutApprovedUserIds
)

Remarks

Get a list of users that have been approved for rejoining

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

party the player is approved to rejoin the party

OutApprovedUserIds

list of users that have been approved

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