Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FOnlineVoiceImpl
- 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 |
virtual bool MuteRemoteTalker
&40;
uint8 LocalUserNum,
const FUniqueNetId & PlayerId,
bool bIsSystemWide
&41;
Remarks
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 true if the function succeeds, false otherwise
Parameters
| Name | 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 |