Navigation
API > API/Plugins > API/Plugins/AudioModulation
Copyright Epic Games, Inc. All Rights Reserved.
| Name | ESoundModulationLFOShape |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/Generators/SoundModulationLFO.h |
| Include Path | #include "Generators/SoundModulationLFO.h" |
Syntax
enum ESoundModulationLFOShape
{
Sine,
UpSaw,
DownSaw,
Square,
Triangle,
Exponential,
RandomSampleHold,
COUNT,
}
Values
| Name | Remarks |
|---|---|
| Sine | |
| UpSaw | |
| DownSaw | |
| Square | |
| Triangle | |
| Exponential | |
| RandomSampleHold | |
| COUNT |