Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | ESynthLFOType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/EpicSynth1Types.h |
| Include Path | #include "EpicSynth1Types.h" |
Syntax
enum ESynthLFOType
{
Sine = 0,
UpSaw,
DownSaw,
Square,
Triangle,
Exponential,
RandomSampleHold,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| Sine | |
| UpSaw | |
| DownSaw | |
| Square | |
| Triangle | |
| Exponential | |
| RandomSampleHold | |
| UMETA |