FOnlineVoiceImpl::UnregisterLocalTalker

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

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::UnregisterLocalTalker()

FOnlineVoiceImpl::UnregisterLocalTalker()

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

Remarks

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

Returns

true if the call succeeded, false otherwise

Parameters

Parameter

Description

UserIndex

the user index that is no longer 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