Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h |
| Include | #include "Sound/SoundModulationDestination.h" |
Syntax
enum EModulationDestination
{
Volume,
Pitch,
Lowpass,
Highpass,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| Volume | Volume modulation |
| Pitch | Pitch modulation |
| Lowpass | Cutoff Frequency of a lowpass filter |
| Highpass | Cutoff Frequency of a highpass filter |
| UMETA |