Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EModulationRouting |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundModulationDestination.h |
| Include Path |
#include "Sound/SoundModulationDestination.h" |
Syntax
enum EModulationRouting
{
Disable,
Inherit,
Override,
Union,
}
Values
| Name |
Remarks |
| 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) |