Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/SubmixEffects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundEffectPreset
- USoundEffectSubmixPreset
- USubmixEffectDynamicsProcessorPreset
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Classes/SubmixEffects/AudioMixerSubmixEffectDynamicsProcessor.h |
| Include | #include "SubmixEffects/AudioMixerSubmixEffectDynamicsProcessor.h" |
Syntax
class USubmixEffectDynamicsProcessorPreset : public USoundEffectSubmixPreset
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSubmixEffectDynamicsProcessorSettings | Settings | ||
| FSubmixEffectDynamicsProcessorSettings | SettingsCopy | ||
| FCriticalSection | SettingsCritSect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSubmixEffectDynamicsProcessorSettings | GetSettings () |
||
| void | ResetKey () |
||
| void | SetAudioBus
(
UAudioBus* AudioBus |
Sets the source key input as the provided AudioBus' output. | |
| void | SetExternalSubmix
(
USoundSubmix* Submix |
Sets the source key input as the provided Submix's output. | |
| void | SetSettings
(
const FSubmixEffectDynamicsProcessorSettings& Settings |
||
| void | UpdateSettings
(
const FSubmixEffectDynamicsProcessorSettings& InSettings |
||
| void | UpdateSettings
(
TUniqueFunction< void(FSubmixEffectDynamicsProcessorSettings&)> InCommand |
Overridden from USoundEffectPreset
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFilter () |
||
| FSoundEffectBase * | |||
| USoundEffectPreset * | CreateNewPreset
(
UObject* InParent, |
||
| FText | |||
| UClass * | |||
| bool | |||
| void | Init () |
||
| void | OnInit () |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | Serialize
(
FStructuredArchive::FRecord Record |
Handles reading, writing, and reference collecting using FArchive. |