IOnlinePartySystem::GetPendingInvitedUsers

Get list of users invited to a party that have not yet responded

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool GetPendingInvitedUsers
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    TArray< FUniqueNetIdRef > & OutPendingInvitedUserArray
) const

Remarks

Get list of users invited to a party that have not yet responded

Returns

true if entries found

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

OutPendingInvitedUserArray

list of user that have pending invites

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