FOnlineVoiceImpl::GetAmplitudeOfRemoteTalker

This returns the current amplitude of a given player's incoming audio.

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::GetAmplitudeOfRemoteTalker()

FOnlineVoiceImpl::GetAmplitudeOfRemoteTalker()

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 float GetAmplitudeOfRemoteTalker
(
    const FUniqueNetId & PlayerId
)

Remarks

This returns the current amplitude of a given player's incoming audio.

Returns

-1.0 if the PlayerId was not found or if this isn't supported with the current Voice Interface, and a value from 0.0 to 1.0 otherwise.

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