FOnlineVoiceImpl::UnmuteRemoteTalker

Allows a remote talker to talk to the specified local player.

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::UnmuteRemoteTalker()

FOnlineVoiceImpl::UnmuteRemoteTalker()

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

Remarks

Allows a remote talker to talk to the specified local player.

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

Returns

TRUE if the function succeeds, FALSE otherwise

Parameters

Parameter

Description

LocalUserNum

the user that is allowing the remote talker to talk

PlayerId

the remote talker that is being restored to talking

bIsSystemWide

whether to try to unmute 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