FPlayerMuteList::ClientUnmutePlayer

Tell the client to unmute 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 ClientUnmutePlayer
(
    class APlayerController * OwningPC,
    const FUniqueNetIdRepl & UnmuteId
)

Remarks

Tell the client to unmute a given player

Parameters

Parameter

Description

OwningPC

player controller that would like to unmute another player

UnmuteId

player id that should be unmuted

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