IOnlineVoice::GetAmplitudeOfRemoteTalker

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

Windows
MacOS
Linux

Override Hierarchy

IOnlineVoice::GetAmplitudeOfRemoteTalker()

FOnlineVoiceImpl::GetAmplitudeOfRemoteTalker()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/VoiceInterface.h"

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