SweejTech Audio Inspector

SweejTech Audio Inspector allows people working with sound to see detailed, useful info about all active sounds in game in a compact editor tab window.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.1
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

The SweejTech Audio Inspector allows sound designers, programmers and anyone working with Unreal Audio to view active sounds in a compact, dockable tab window. It displays a table list view with configurable columns that show each active sound and important information about it. It slots neatly into your Unreal Editor audio content creation workflows and debug sessions without obscuring the game viewport. Enjoy inspecting your audio!

기술적 세부사항

Features:


Configurable set of columns showing debug info:

  • Distance
  • Volume (dB)
  • Sound Class
  • Attenuation
  • Azimuth
  • Elevation
  • Angle to Listener


  • Dockable tab window that lists all currently playing sounds
  • Shows waves, sound cues, Metasounds and any other USoundBase type
  • Filtering based on name of sound
  • Sorting based on column values
  • Volume (dB) column has a selectable color scheme: VU Meter, priority, none
  • Distance column shows sounds at the origin for easier debugging
  • Editor Preferences menu for saving user configurations
  • Sounds can be double clicked to bring up their corresponding asset
  • Sound class / attenuation values can be double clicked to open their assets
  • The update rate of the UI can be changed to reduce flickering

 

Code Modules: 

  • AudioInspector (Editor)

Number of Blueprints: 0

Number of C++ Classes: 8

Network Replicated: No (N/A)

Supported Development Platforms: Win64, Linux, Mac

Supported Target Build Platforms: N/A (editor only)

Documentation: https://github.com/SweejTech/Documentation/tree/main/AudioInspector


Important/Additional Notes: The plugin was developed and tested with UE5.0 and 5.1, but it might still build and function on older versions of the engine. This has not been tested.