IOnlineVoice::GetMicrophoneOutput

This can be used to get arbitrarily tap outgoing microphone audio from local players to use elsewhere in your application.

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::GetMicrophoneOutput()

FOnlineVoiceImpl::GetMicrophoneOutput()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/VoiceInterface.h"

Syntax

virtual Audio::FPatchOutputStrongPtr GetMicrophoneOutput()

Remarks

This can be used to get arbitrarily tap outgoing microphone audio from local 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 audio output from the microphone.

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