FOnlineVoiceImpl::FindRemoteTalker

Finds a remote talker in the cached list

Windows
MacOS
Linux

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 FRemoteTalker * FindRemoteTalker
(
    const FUniqueNetId & UniqueId
)

Remarks

Finds a remote talker in the cached list

Returns

pointer to the remote talker or NULL if not found

Parameters

Parameter

Description

UniqueId

the net id of the player to search 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