Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | Audio::ELFOMode::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LFO.h |
| Include Path | #include "DSP/LFO.h" |
Syntax
namespace Audio
{
namespace ELFOMode
{
enum Type
{
Sync = 0,
OneShot,
Free,
NumLFOModes,
}
}
}
Values
| Name | Remarks |
|---|---|
| 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 |