Audio::ELFO::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 ELFO
    {
        enum Type
        {
            Sine                = 0,
            UpSaw,
            DownSaw,
            Square,
            Triangle,
            Exponential,
            RandomSampleHold,
            NumLFOTypes,
        }
    }
}

Values

Name

Description

Sine

UpSaw

DownSaw

Square

Triangle

Exponential

RandomSampleHold

NumLFOTypes

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