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 EModulationRouting
{
Disable,
Inherit,
Override,
Union,
}
Values
| Name | Description |
|---|---|
| Disable | Disables modulation routing |
| Inherit | Inherits modulation routing (AudioComponent inherits from Sound, Sound inherits from SoundClass) |
| Override | Ignores inherited settings and uses modulation settings on this object |
| Union | Performs set union on local modulation sources with those inherited (AudioComponent inherits from Sound, Sound inherits from SoundClass) |