unreal.SoundDashboardAutoExpandOptions

class unreal.SoundDashboardAutoExpandOptions

Bases: EnumBase

ESoundDashboardAutoExpandOptions

Control whether new sounds entering the Sound Dashboard are auto-expanded/collapsed by default.

C++ Source:

  • Plugin: AudioInsights

  • Module: AudioInsights

  • File: SoundDashboardSettings.h

CATEGORIES: SoundDashboardAutoExpandOptions = Ellipsis

Auto-expand new categories.

Type:

0

EVERYTHING: SoundDashboardAutoExpandOptions = Ellipsis

Auto-expand all new categories and sounds.

Type:

1

NOTHING: SoundDashboardAutoExpandOptions = Ellipsis

Don’t auto-expand anything.

Type:

2