unreal.SoundDashboardTreeViewingOptions

class unreal.SoundDashboardTreeViewingOptions

Bases: EnumBase

ESoundDashboardTreeViewingOptions

Change how sounds are organized within the Sound Dashboard tab in Audio Insights.

C++ Source:

  • Plugin: AudioInsights

  • Module: AudioInsights

  • File: SoundDashboardSettings.h

ACTIVE_SOUNDS: SoundDashboardTreeViewingOptions = Ellipsis

Organize sounds into Active Sounds.

Type:

1

FLAT_LIST: SoundDashboardTreeViewingOptions = Ellipsis

Display sounds as individual waves in a flat list.

Type:

2

FULL_TREE: SoundDashboardTreeViewingOptions = Ellipsis

Organize sounds into categories.

Type:

0