Crossfade Two Sounds
CallableCrossfadeTwoSoundsCrossfades between two audio components (one fades out while the other fades in).
Type: Callable (has execution pins)
Category: Fortuna|Audio Helpers
Keywords: audio helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| FadingOut | UAudioComponent* | — | FadingOut parameter |
| FadingIn | UAudioComponent* | — | FadingIn parameter |
| Duration | float | 1.0 | Duration parameter |
Example Use Cases
Example 1
Smooth transition between combat and exploration music.
Example 2
Crossfade ambient soundscapes between biomes.