FOnlineVoiceImpl::MuteRemoteTalker

Mutes a remote talker for the specified local player.

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::MuteRemoteTalker()

FOnlineVoiceImpl::MuteRemoteTalker()

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 MuteRemoteTalker
(
    uint8 LocalUserNum,
    const FUniqueNetId & PlayerId,
    bool bIsSystemWide
)

Remarks

Mutes a remote talker for the specified local player.

This only mutes them in the game unless the bIsSystemWide flag is true, which attempts to mute them globally

Returns

true if the function succeeds, false otherwise

Parameters

Parameter

Description

LocalUserNum

the user that is muting the remote talker

PlayerId

the remote talker that is being muted

bIsSystemWide

whether to try to mute them globally or not

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