FPlayerMuteList::ServerMutePlayer

Tell the server to mute a given player

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h

Include

#include "GameFramework/PlayerMuteList.h"

Source

/Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp

Syntax

void ServerMutePlayer
(
    class APlayerController * OwningPC,
    const FUniqueNetIdRepl & MuteId
)

Remarks

Tell the server to mute a given player

Parameters

Parameter

Description

OwningPC

player controller that would like to mute another player

MuteId

player id that should be muted

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