Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioExtensions/Public/IAudioModulation.h |
Include |
#include "IAudioModulation.h" |
struct FModulationParameter
Name | Description | ||
---|---|---|---|
|
bRequiresConversion |
Whether or not unit conversion is required. |
|
|
float |
DefaultValue |
Default value of parameter in unit space. |
|
float |
MaxValue |
Default minimum value of parameter in unit space. |
|
float |
MinValue |
Default minimum value of parameter in unit space. |
|
MixFunction |
Function used to mix normalized values together. |
|
|
NormalizedFunction |
Function used to convert value buffer from unit space to normalized, unitless [0.0f, 1.0f] space. |
|
|
ParameterName |
||
|
UnitDisplayName |
||
|
UnitFunction |
Function used to convert value buffer from normalized, unitless space [0.0f, 1.0f] to unit space. |
Name | Description | |
---|---|---|
|
FModulationParameter() |
|
|
FModulationParameter ( |
|
|
FModulationParameter ( |
Name | Description | ||
---|---|---|---|
|
const FModul... |
GetDefaultMixFunction() |
|
|
const FModul... |
GetDefaultNormalizedConversionFunction() |
|
|
const FModul... |
GetDefaultUnitConversionFunction() |
Name | Description | ||
---|---|---|---|
|
FModulationP... |
operator= ( |
|
|
FModulationP... |
operator= ( |