Navigation
API > API/Plugins > API/Plugins/AudioInsights
Trace provider for the "Sounds Dashboard"
"Sounds Dashboard" displays active audio in the following tree structure:
- Category (i.e. The EntryType of the sound asset, e.g. SoundCue, MetaSound etc)
- Active Sound (i.e. The Active Sound instance playing)
- SoundWave Instances (optional) (i.e. If an entry type can have multiple SoundWaves playing simultaneously (e.g. SoundCue) , individual Soundwaves are shown here)
| Name | UE::Audio::Insights::EDefaultDashboardTabStack |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/DashboardViewFactory.h |
| Include Path | #include "Views/DashboardViewFactory.h" |
Syntax
namespace UE
{
namespace Audio
{
namespace Insights
{
enum EDefaultDashboardTabStack
{
Viewport,
Log,
Analysis,
AudioMeters,
AudioAnalyzerRack,
Plots,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Viewport | |
| Log | |
| Analysis | |
| AudioMeters | |
| AudioAnalyzerRack | |
| Plots |