FOnlineVoiceImpl::IsLocalPlayerTalking

Determines whether a local user index is currently talking or not

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::IsLocalPlayerTalking()

FOnlineVoiceImpl::IsLocalPlayerTalking()

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

Remarks

Determines whether a local user index is currently talking or not

Returns

true if the user is talking, false otherwise

Parameters

Parameter

Description

UserIndex

the user to check status for

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