EEnvelopeState

States for the envelope state machine.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Envelope.h

Include

#include "DSP/Envelope.h"

Syntax

enum EEnvelopeState
{
    Off,
    Attack,
    Decay,
    Sustain,
    Release,
    Shutdown,
}

Values

Name

Description

Off

Attack

Decay

Sustain

Release

Shutdown

Remarks

States for the envelope state machine.

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