Navigation
API > API/Plugins > API/Plugins/TechAudioTools
The mapping logic applied between source and display values.
| Name | ETechAudioToolsFloatMappingType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/TechAudioTools/Source/TechAudioTools/Public/TechAudioToolsTypes.h |
| Include Path | #include "TechAudioToolsTypes.h" |
Syntax
enum ETechAudioToolsFloatMappingType
{
UMETA =(DisplayName = "Default", ToolTip = "No mapping is applied. Display range is the same as the source range."),
UMETA =(DisplayName = "Map Range", ToolTip = "Linear remap between the source and display ranges. Does not convert units (e.g. seconds will not be converted to milliseconds)."),
UMETA =(DisplayName = "Volume", ToolTip = "Remaps a given volume range and converts between Linear Gain and Decibels if necessary."),
UMETA =(DisplayName = "Pitch", ToolTip = "Remaps a given pitch range and converts between Semitones and Frequency Multiplier if necessary."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |