Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineVoice
Description
Mutes a remote talker for the specified local player. NOTE: This only mutes them in the game unless the bIsSystemWide flag is true, which attempts to mute them globally
| Name | MuteRemoteTalker |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include Path | #include "Interfaces/VoiceInterface.h" |
bool MuteRemoteTalker
(
uint8 LocalUserNum,
const FUniqueNetId & PlayerId,
bool bIsSystemWide
)
true if the function succeeds, false otherwise
Parameters
| Name | Remarks |
|---|---|
| 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 |