CRI ADX(Unreal Engine) v1
Debugging: Displaying the sound source

UE5 has a feature called console commands.
By entering specific commands, you can display debug information, save logs, etc.
Let's try typing in the command "Display a speaker icon at the source of the sound."

  1. Start the game.
  2. Press the "@" button on your keyboard. A box for entering commands will appear at the bottom of the screen.
    *The keys to open the command input box are set in the Console Keys under the Input section of Project Settings.
  3. Enter the command. In this example, enter "cri.ShowSoundLocation 1".


A speaker icon will then appear next to the source of the sound.
Additionally, the area within which the sound can be heard is displayed in wireframe.