Navigation
API > API/Runtime > API/Runtime/Engine
There is a editor setting to use submixes when previewing sounds. This gives the user the ability to override that locally for this specific asset.
| Name | EUseSubmixOnPreviewMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h |
| Include Path | #include "Sound/SoundBase.h" |
Syntax
enum EUseSubmixOnPreviewMode
{
UseEditorPreference,
UseSubmixesOnPreview,
PlayPreviewsWithoutSubmixes,
}
Values
| Name | Remarks |
|---|---|
| UseEditorPreference | |
| UseSubmixesOnPreview | |
| PlayPreviewsWithoutSubmixes |