Navigation
API > API/Plugins > API/Plugins/HarmonixDsp
Copyright Epic Games, Inc. All Rights Reserved.
| Name | Harmonix::Dsp::Modulators::EDepthMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Modulators/ModulatorTarget.h |
| Include Path | #include "HarmonixDsp/Modulators/ModulatorTarget.h" |
Syntax
namespace Harmonix
{
namespace Dsp
{
namespace Modulators
{
enum EDepthMode
{
MinUp,
MaxDown,
CenterOut,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| MinUp | Modulate to the minimum end of the range for 0% depth. |
| MaxDown | Modulate to the maximum end of the range for 0% depth. |
| CenterOut | Modulate to the center of the range for 0% depth. |