Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWaveInstance
Description
Sets the envelope value of the wave instance. Only set if the wave instance is actually generating real audio with a source voice. Only implemented in the audio mixer.
| Name | SetEnvelopeValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Audio.h |
| Include Path | #include "Audio.h" |
void SetEnvelopeValue
(
const float InEnvelopeValue
)