FWaveInstance::SetEnvelopeValue

Sets the envelope value of the wave instance.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Audio.h

Include

#include "Audio.h"

Syntax

void SetEnvelopeValue
(
    const float InEnvelopeValue
)

Remarks

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.