Audio::ELFOMode::Type

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/LFO.h"

Syntax

namespace Audio
{
    namespace ELFOMode
    {
        enum Type
        {
            Sync           = 0,
            OneShot,
            Free,
            NumLFOModes,
        }
    }
}

Values

Name

Description

Sync

Constantly oscillates.

OneShot

Performs the LFO only once, then stops.

Free

Doesn't restart the phase of the LFO on subsequent calls to Start.

NumLFOModes

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