Navigation
API > API/Runtime > API/Runtime/Engine
Preset of a submix effect that can be shared between sounds.
| Name | USoundEffectSubmixPreset |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSubmix.h |
| Include Path | #include "Sound/SoundEffectSubmix.h" |
Syntax
UCLASS (Config=Engine, HideCategories=Object, Abstract, EditInlineNew, BlueprintType, MinimalAPI)
class USoundEffectSubmixPreset : public USoundEffectPreset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundEffectPreset → USoundEffectSubmixPreset
Derived Classes
USoundEffectSubmixPreset derived class hierarchy
- USubmixEffectConvolutionReverbPreset
- USubmixEffectDelayPreset
- USubmixEffectFilterPreset
- USubmixEffectFlexiverbPreset
- USubmixEffectMultibandCompressorPreset
- USubmixEffectStereoDelayPreset
- USubmixEffectStereoToQuadPreset
- USubmixEffectTapDelayPreset
- USubmixEffectDynamicsProcessorPreset
- USubmixEffectReverbPreset
- USubmixEffectSubmixEQPreset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundEffectSubmixPreset
(
const FObjectInitializer& ObjectInitializer |
Sound/SoundEffectSubmix.h |
Functions
Public
Overridden from USoundEffectPreset
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FColor GetPresetColor() |
Sound/SoundEffectSubmix.h |