FVoiceEngineImpl::IsRemotePlayerTalking

Determines whether a remote talker is currently talking or not

Windows
MacOS
Linux

Override Hierarchy

IVoiceEngine::IsRemotePlayerTalking()

FVoiceEngineImpl::IsRemotePlayerTalking()

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoiceEngineImpl.h

Include

#include "VoiceEngineImpl.h"

Syntax

virtual bool IsRemotePlayerTalking
(
    const FUniqueNetId & UniqueId
)

Remarks

Determines whether a remote talker is currently talking or not

Returns

true if the user is talking, false otherwise

Parameters

Parameter

Description

UniqueId

the unique id of the talker to check status on

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