IOnlinePartySystem::AcceptInvitation

Accept an invite to a party. NOTE this does not initiate a join.

Windows
MacOS
Linux

Deprecated

  • Use JoinParty instead of AcceptInvitation

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

virtual bool AcceptInvitation
(
    const FUniqueNetId & LocalUserId,
    const FUniqueNetId & SenderId
)

Remarks

Accept an invite to a party. NOTE this does not initiate a join.

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

SenderId

id of the sender

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