FOnlineVoiceImpl::RegisterRemoteTalker

Registers the unique player id as a remote talker (submitted voice data only)

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::RegisterRemoteTalker()

FOnlineVoiceImpl::RegisterRemoteTalker()

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 RegisterRemoteTalker
(
    const FUniqueNetId & UniqueId
)

Remarks

Registers the unique player id as a remote talker (submitted voice data only)

Returns

true if the call succeeded, false otherwise

Parameters

Parameter

Description

UniqueId

the id of the remote talker

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