BlueprintAPI > BlueprintAPI/Audio > BlueprintAPI/Audio/Components > BlueprintAPI/Audio/Components/Audio
This function allows designers to call a delayed Stop on an Audio Component instance while applying a volume curve over time. Parameters allow designers to indicate the duration of the fade and the curve shape.
Target is Synth Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
real | Fade Out Duration | how long it should take to reach the FadeVolumeLevel |
real | Fade Volume Level | the percentage of the AudioComponents's calculated volume in which to fade to |
enum | Fade Curve | The curve to use when interpolating between the old and new volume |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |