ESynthLFOType

Choose your operating system:

Windows

macOS

Linux

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/EpicSynth1Types.h

Include

#include "EpicSynth1Types.h"

Syntax

enum ESynthLFOType
{
    Sine                = 0,
    UpSaw,
    DownSaw,
    Square,
    Triangle,
    Exponential,
    RandomSampleHold,
    Count,
}

Values

Name

Description

Sine

UpSaw

DownSaw

Square

Triangle

Exponential

RandomSampleHold

Count