IOnlinePartySystem::ApproveJIPRequest

Approve a request to join the JIP match a party is in.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool ApproveJIPRequest
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & RecipientId,
    bool bIsApproved,
    int32 DeniedResultCode
)

Remarks

Approve a request to join the JIP match a party is in.

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

RecipientId

id of the user being invited

bIsApproved

whether the join request was approved or not

DeniedResultCode

used when bIsApproved is false - client defined value to return when leader denies approval

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