FOnlineVoiceImpl::IsLocallyMuted

Is a given id presently muted (either by system mute or game server)

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoiceInterfaceImpl.h

Include

#include "VoiceInterfaceImpl.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoiceInterfaceImpl.cpp

Syntax

virtual bool IsLocallyMuted
(
    const FUniqueNetId & UniqueId
) const

Remarks

Is a given id presently muted (either by system mute or game server)

Returns

true if the net id is muted at all, false otherwise

Parameters

Parameter

Description

UniqueId

the net id to query

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