Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h |
| Include |
#include "Components/AudioComponent.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 |
|