Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EModulationDestination |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h |
| Include Path | #include "Sound/SoundModulationDestination.h" |
Syntax
enum EModulationDestination
{
Volume,
Pitch,
Lowpass,
Highpass,
Count,
}
Values
| Name | Remarks |
|---|---|
| Volume | Volume modulation |
| Pitch | Pitch modulation |
| Lowpass | Cutoff Frequency of a lowpass filter |
| Highpass | Cutoff Frequency of a highpass filter |
| Count |