Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | Audio::ELFO::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LFO.h |
| Include Path | #include "DSP/LFO.h" |
Syntax
namespace Audio
{
namespace ELFO
{
enum Type
{
Sine = 0,
UpSaw,
DownSaw,
Square,
Triangle,
Exponential,
RandomSampleHold,
NumLFOTypes,
}
}
}
Values
| Name | Remarks |
|---|---|
| Sine | |
| UpSaw | |
| DownSaw | |
| Square | |
| Triangle | |
| Exponential | |
| RandomSampleHold | |
| NumLFOTypes |