Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDebugger
Description
Submix chain solo/mute. (game thread) Recomputes the solo chain by walking the USoundSubmix hierarchy from explicitly soloed submixes. Submixes linked to explicitly soloed submixes in the USoundSubmix hierarchy are implicitly soloed. Explicitly-muted submixes are excluded from the implicit-solo chain.
| Name | ToggleSoloSubmixChain |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Audio/AudioDebug.h |
| Include Path | #include "Audio/AudioDebug.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDebug.cpp |
void ToggleSoloSubmixChain
(
const FName InSubmixName
)