IOnlineVoice::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

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h

Include

#include "Interfaces/VoiceInterface.h"

Syntax

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