Navigation
API > API/Plugins > API/Plugins/AudioInsights
ESoundDashboardAutoExpandOptions
Control whether new sounds entering the Sound Dashboard are auto-expanded/collapsed by default.
| Name | ESoundDashboardAutoExpandOptions |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Settings/SoundDashboardSettings.h |
| Include Path | #include "Settings/SoundDashboardSettings.h" |
Syntax
enum ESoundDashboardAutoExpandOptions
{
UMETA =(DisplayName = "Categories"),
UMETA =(DisplayName = "Everything"),
UMETA =(DisplayName = "Nothing"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Auto-expand new categories. |
| UMETA | Auto-expand all new categories and sounds. |
| UMETA | Don't auto-expand anything. |