Unreal Engine Blueprint API Reference > Audio > Components > Audio
This function allows designers to trigger an adjustment to the sound instance?s playback Volume with options for smoothly applying a curve over time.
Target is Audio Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
real | Adjust Volume Duration | The length of time in which to interpolate between the initial volume and the new volume. |
real | Adjust Volume Level | The new volume to set the Audio Component to. |
enum | Fade Curve | The curve used when interpolating between the old and new volume. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |