IVoiceEngine::SetRemoteVoiceAmplitude

Used when receiving remote voice data to set the amplitude of a remote talker's incoming audio.

Windows
MacOS
Linux

Override Hierarchy

IVoiceEngine::SetRemoteVoiceAmplitude()

FVoiceEngineImpl::SetRemoteVoiceAmplitude()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/VoiceInterface.h"

Syntax

virtual uint32 SetRemoteVoiceAmplitude
(
    const FUniqueNetIdWrapper & RemoteTalkerId,
    float InAmplitude
)

Remarks

Used when receiving remote voice data to set the amplitude of a remote talker's incoming audio.

Returns

0 upon success, an error code otherwise

Parameters

Parameter

Description

RemoteTalkerId

the remote talker that sent the audio we are tracking the amplitude of.

InAmplitude

Current loudness of a given remote talker.

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