Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UVOIPTalker
Description
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.
| Name | OnAudioComponentEnvelopeValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/VoiceConfig.h |
| Include Path | #include "Net/VoiceConfig.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VoiceConfig.cpp |
void OnAudioComponentEnvelopeValue
(
const UAudioComponent * InAudioComponent,
const float EnvelopeValue
)