UEConsole Commands
CommandConsole CommandRemaining

au.Debug.PlaySoundWave

au.Debug.PlaySoundWave is a console command in Unreal Engine 5 (UE5). See what au.Debug.PlaySoundWave does and how to run it in the Unreal Engine console below.

Category: Remaining · Namespace: au

Description

Plays a SoundWave: -Name <SoundName>: If a debug sound with the short name is specified in AudioSettings, plays that sound. -Path <ObjectPatd>: Finds SoundWave asset at the provided path and if found, plays that sound. -Radius: If set, enables sound spatialization and sets radial distance between listener and source emitting sound. -Azimuth <Angle>: If set, enables sound spatialization and sets azimuth angle between listener and source emitting sound (in degrees, where 0 is straight ahead, negative to left, positive to right). -Elevation <Angle>: If set, enables sound spatialization and sets azimuth angle between listener and source emitting sound (in degrees, where 0 is straight ahead, negative to left, positive to right). -AllViews: If option provided, plays sound through all viewports. -LogSubtitles: If option provided, logs sounds subtitle if set

Usage

Unreal console (open with ~)
> au.Debug.PlaySoundWave

Related in au