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::ESignalFlowNodeDetailParam |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Messages/SignalFlowEntryKey.h |
| Include Path | #include "Messages/SignalFlowEntryKey.h" |
Syntax
namespace UE
{
namespace Audio
{
namespace Insights
{
enum ESignalFlowNodeDetailParam
{
Amplitude = 0u,
Volume,
Pitch,
LPFFreq,
HPFFreq,
Priority,
Distance,
Attenuation,
RelativeRenderCost,
AudioComponentName,
SendOutputVolume,
MAX,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Amplitude | |
| Volume | |
| Pitch | |
| LPFFreq | |
| HPFFreq | |
| Priority | |
| Distance | |
| Attenuation | |
| RelativeRenderCost | |
| AudioComponentName | |
| SendOutputVolume | |
| MAX |