FPlayerMuteList::IsPlayerMuted

Is a given player currently muted

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

bool IsPlayerMuted
(
    const class FUniqueNetId & PlayerId
)

Remarks

Is a given player currently muted

Returns

true if the playerid is muted, false otherwise

Parameters

Parameter

Description

PlayerId

player to query mute state

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