FOnlineVoiceImpl::IsMuted

Checks that a unique player id is on the specified user's mute list

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::IsMuted()

FOnlineVoiceImpl::IsMuted()

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 IsMuted
(
    uint32 LocalUserNum,
    const FUniqueNetId & UniqueId
) const

Remarks

Checks that a unique player id is on the specified user's mute list

Returns

true if the specified user is muted, false otherwise

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

UniqueId

the id of the player being checked

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