IOnlinePartySystem::GetPendingInvites

Get a list of parties the user has been invited to

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool GetPendingInvites
(
    const FUniqueNetId & LocalUserId,
    TArray< IOnlinePartyJoinInfoConstRef > & OutPendingInvitesArray
) const

Remarks

Get a list of parties the user has been invited to

Returns

true if entries found

Parameters

Parameter

Description

LocalUserId

user making the request

OutPendingInvitesArray

list of party info needed to join 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