FOnlineVoiceImpl::IsSystemWideMuted

Does a given id exist in the system wide mute list

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 IsSystemWideMuted
(
    const FUniqueNetId & UniqueId
) const

Remarks

Does a given id exist in the system wide mute list

Returns

true if the net id is on the system wide mute list, 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