UAudioFloatParameter
(UDataAsset)
(UDataAsset)
AudioFloatParameters define a parameter that uses float as its data type. They also have extra additional properties that can be accessed for handling the range of the float. Interpolation between values at runtime should be handled either by the setter or the receiver of the parameter. The "useDefaultBelowMin" and "useDefaultAboveMax" bools govern values allowed to be passed and received through the KAudioSystem. However, if you need to handle value ranges situationally then clamping the values on the receiver might be better.
If true, trying to set a float value below the "minimumValue" will override with the "defaultValue".
If true, trying to set a float value below the "maximumValue" will override with the "defaultValue".
The default value for this parameter.
The minimum value threshhold for this parameter.
The maximum value threshhold for this parameter.