FOnlineVoiceImpl::RegisterLocalTalker

Registers the user index as a local talker (interested in voice data)

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::RegisterLocalTalker()

FOnlineVoiceImpl::RegisterLocalTalker()

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 RegisterLocalTalker
(
    uint32 LocalUserNum
)

Remarks

Registers the user index as a local talker (interested in voice data)

Returns

true if the call succeeded, false otherwise

Parameters

Parameter

Description

UserIndex

the user index that is going to be a 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