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::ETraceMode |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/AudioInsightsTraceModule.h |
| Include Path | #include "AudioInsightsTraceModule.h" |
Syntax
namespace UE
{
namespace Audio
{
namespace Insights
{
enum ETraceMode
{
Monitoring = 0,
Recording,
None,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Monitoring | |
| Recording | |
| None |