ALobbyBeaconClient::KickPlayer

Ask the server to kick a given player (may not succeed)

Windows
MacOS
Linux

References

Module

Lobby

Header

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconClient.h

Include

#include "LobbyBeaconClient.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Private/LobbyBeaconClient.cpp

Syntax

void KickPlayer
(
    const FUniqueNetIdRepl & PlayerToKick,
    const FText & Reason
)

Remarks

Ask the server to kick a given player (may not succeed)

Parameters

Parameter

Description

PlayerToKick

player kick request

Reason

reason for the kick to tell client if this succeeds

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