Navigation
API > API/Plugins > API/Plugins/AudioInsights
ESoundDashboardTreeViewingOptions
Change how sounds are organized within the Sound Dashboard tab in AudioInsights.
| Name | ESoundDashboardTreeViewingOptions |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Settings/SoundDashboardSettings.h |
| Include Path | #include "Settings/SoundDashboardSettings.h" |
Syntax
enum ESoundDashboardTreeViewingOptions
{
UMETA =(DisplayName = "Tree View"),
UMETA =(DisplayName = "Active Sounds"),
UMETA =(DisplayName = "Flat List"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Organize sounds into categories. |
| UMETA | Organize sounds into Active Sounds. |
| UMETA | Display sounds as individual waves in a flat list. |