IOnlinePartySystem::KickMember

Kick a user from an existing party Only admin can kick a party member

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool KickMember
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & TargetMemberId,
    const FOnKickPartyMemberComplete & Delegate
)

Remarks

Kick a user from an existing party Only admin can kick a party member

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

MemberId

id of the user being kicked

Delegate

called on completion

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