UVOIPTalker::OnAudioComponentEnvelopeValue

This is used by the VoiceEngineImpl to notify this VOIPTalker what the voice audio component's current level is.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/VoiceConfig.h

Include

#include "Net/VoiceConfig.h"

Source

/Engine/Source/Runtime/Engine/Private/VoiceConfig.cpp

Syntax

void OnAudioComponentEnvelopeValue
(
    const UAudioComponent * InAudioComponent,
    const float EnvelopeValue
)

Remarks

This is used by the VoiceEngineImpl to notify this VOIPTalker what the voice audio component's current level is. This should not be called outside of the voice engine.

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