FVoiceEngineImpl::GetRemoteTalkerOutput

This can be used to get arbitrarily tap incoming VOIP audio from remote players to use elsewhere in your application.

Windows
MacOS
Linux

Override Hierarchy

IVoiceEngine::GetRemoteTalkerOutput()

FVoiceEngineImpl::GetRemoteTalkerOutput()

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "VoiceEngineImpl.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoiceEngineImpl.cpp

Syntax

virtual Audio::FPatchOutputStrongPtr GetRemoteTalkerOutput()

Remarks

This can be used to get arbitrarily tap incoming VOIP audio from remote players to use elsewhere in your application. for information on usage, see MultithreadedPatching.h.

Returns

nullptr if the VoiceEngine implementation being used does not support tapping incoming audio.

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