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::EAudioEventLogSoundCategory |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Messages/AudioEventLogTraceMessages.h |
| Include Path | #include "Messages/AudioEventLogTraceMessages.h" |
Syntax
namespace UE
{
namespace Audio
{
namespace Insights
{
enum EAudioEventLogSoundCategory
{
None,
MetaSound,
SoundCue,
ProceduralSource,
SoundWave,
SoundCueTemplate,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| MetaSound | |
| SoundCue | |
| ProceduralSource | |
| SoundWave | |
| SoundCueTemplate |